From 15933d5fc37a2343bffab67a10b9d1c77d92d2dd Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 26 Jul 2006 12:10:17 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10759 --- checkin_notes | 6 ++++-- clientgui/AdvancedFrame.cpp | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index c80cf03ed4..4c8ee5d75b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8059,15 +8059,17 @@ Rom 25 July 2006 (HEAD) - Tag for 5.5.9 release, all platforms. boinc_core_release_5_5_9 -Charlie 26 July 2006 +Charlie 26 July 2006 (HEAD - all changes tagged for boinc_core_release_5_5_9) + - Don't add "Switch to Simple GUI" to File menu if SIMPLEGUI not defined. - In shell scripts, added quotation marks and braces around variables holding file names or paths for safety in case names contain spaces. Added GPL. - Mac: Created shell scripts for setting up security in ssytems with stand-alone BOINC Client (i.e., no Manager.) - - Removed redundant line of code in SetupSecurity.cpp (tagged for 5.5.9). + - Removed redundant line of code in SetupSecurity.cpp. clientgui/ + AdvancedFrame.cpp mac/ SetupSecurity.cpp mac_build/ diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index bb692dd00b..50610251e8 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -296,11 +296,13 @@ bool CAdvancedFrame::CreateMenu() { // File menu wxMenu *menuFile = new wxMenu; +#ifdef SIMPLEGUI menuFile->Append( ID_FILESWITCHGUI, _("&Switch to Simple GUI"), _("Display the simple BOINC graphical interface.") ); +#endif // %s is the application name // i.e. 'BOINC Manager', 'GridRepublic Manager'