Subversion Repositories spk

Rev

Rev 116 | Rev 197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 127
Line 28... Line 28...
28
	m_iLocX = m_iLocY = -1;
28
	m_iLocX = m_iLocY = -1;
29
 
29
 
30
	this->toolTip1->SetToolTip(this->button1, "Closes all open windows, will ask about saving any that have been modified when they close");
30
	this->toolTip1->SetToolTip(this->button1, "Closes all open windows, will ask about saving any that have been modified when they close");
31
 
31
 
32
	m_pPackages = new CPackages;
32
	m_pPackages = new CPackages;
33
	m_pPackages->Startup(".", CyStringFromSystemString(IO::Path::GetTempPath()), CyStringFromSystemString(Environment::GetFolderPath(Environment::SpecialFolder::Personal )));
33
	m_pPackages->startup(".", _S(IO::Path::GetTempPath()), _S(Environment::GetFolderPath(Environment::SpecialFolder::Personal )));
34
	m_pPackages->SetLanguage(44);
34
	m_pPackages->SetLanguage(44);
35
 
35
 
36
	this->LoadData();
36
	this->LoadData();
37
 
37
 
38
	this->UpdateDisplay();
38
	this->UpdateDisplay();