*** empty log message ***

svn path=/trunk/boinc/; revision=9902
This commit is contained in:
Charlie Fenton 2006-04-14 11:39:09 +00:00
parent e3f857336f
commit fd0cd316ee
1 changed files with 2 additions and 2 deletions

View File

@ -3825,8 +3825,8 @@ Rom 13 Apr 2006
Charlie 14 Apr 2006
- Mac: OnShow() is not implemented in wxMac-2.6.2, so move code from
CMainFrame::OnShow() into new method CMainFrame::GetWindowDimensions().
Call GetWindowDimensions() from CMainFrame::OnShow() and also from
CMainFrame::OnShow() into new method CMainFrame::SetWindowDimensions().
Call SetWindowDimensions() from CMainFrame::OnShow() and also from
Mac-only method CMainFrame::Show().
- Mac: Fix compile errors due to xpm files.
- Save main window dimensions on Hide so SaveState can write them even