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