From fd0cd316ee200de2aa7d1483156bf9c9b74cb455 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 14 Apr 2006 11:39:09 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9902 --- checkin_notes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index ebf65e04c1..873cf427f1 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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