*** empty log message ***

svn path=/trunk/boinc/; revision=11476
This commit is contained in:
Charlie Fenton 2006-11-06 14:49:58 +00:00
parent 157bf41ca1
commit 946b65fc3c
1 changed files with 4 additions and 1 deletions

View File

@ -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