Subversion Repositories spk

Rev

Rev 226 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 264
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(L".", _WS(IO::Path::GetTempPath()), _WS(Environment::GetFolderPath(Environment::SpecialFolder::Personal )));
33
	m_pPackages->startup(L".", _WS(IO::Path::GetTempPath()), _WS(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();