*** empty log message ***

svn path=/trunk/boinc/; revision=9940
This commit is contained in:
Charlie Fenton 2006-04-17 23:32:07 +00:00
parent eba508ca2d
commit 5e885517e6
1 changed files with 1 additions and 1 deletions

View File

@ -837,11 +837,11 @@ bool CMainFrame::RestoreState() {
m_pNotebook->SetSelection(iCurrentPage);
}
#ifdef __WXMAC__
// Read window dimensions now, so SaveState can write them even if we never open the window
pConfig->Read(wxT("Width"), &m_Width, 800);
pConfig->Read(wxT("Height"), &m_Height, 600);
#ifdef __WXMAC__
pConfig->Read(wxT("YPos"), &m_Top, 30);
pConfig->Read(wxT("XPos"), &m_Left, 30);