From 946b65fc3c963230e02e4b1143694576955800a3 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 6 Nov 2006 14:49:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11476 --- checkin_notes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index c29baf0b42..45cd115127 100755 --- a/checkin_notes +++ b/checkin_notes @@ -12264,7 +12264,10 @@ Charlie 5 Nov 2006 exit message; custom exit messages neither want nor need it. - Remove bogus test Exit Confirmation Message from WCG skin.xml file. - Modal dialogs should not be resizable on Mac. - - MGR: Use a wxPanel for background of SG Dialogs because using EraseBackground events to paint background directly to a window doesn't work on the Mac. The extra panel allows the same centering logic to work on both Windows and Mac. Adjusted font sizes in Preferences dialog for Mac. + - MGR: Use a wxPanel for background of SG Dialogs because using EraseBackground + events to paint background directly to a window doesn't work on the Mac. + The extra panel allows the same centering logic to work on both Windows and + Mac. Adjusted font sizes in Preferences dialog for Mac. clientgui/ BOINCGUIApp.cpp