diff --git a/checkin_notes b/checkin_notes index a0be5a9e38..30b01980eb 100755 --- a/checkin_notes +++ b/checkin_notes @@ -15814,3 +15814,8 @@ Daniel 2004-08-3 handle_request.C server_types.C,h +Rom 3 Aug 2004 + - Change the Secure Windows Desktop message to include an action item for those who want to fix it. + + client/win/ + boinc_ss.rc diff --git a/client/win/boinc_ss.rc b/client/win/boinc_ss.rc index 1d5236f8dc..a181d4dc04 100755 --- a/client/win/boinc_ss.rc +++ b/client/win/boinc_ss.rc @@ -55,8 +55,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION BOINC_MAJOR_VERSION,BOINC_MINOR_VERSION,0,0 - PRODUCTVERSION BOINC_MAJOR_VERSION,BOINC_MINOR_VERSION,0,0 + FILEVERSION 4,1,0,0 + PRODUCTVERSION 4,1,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,12 +73,12 @@ BEGIN BEGIN VALUE "CompanyName", "Space Sciences Laboratory" VALUE "FileDescription", "BOINC Screensaver" - VALUE "FileVersion", BOINC_VERSION_STRING "\0" + VALUE "FileVersion", "4.01" VALUE "InternalName", "boinc_ss" VALUE "LegalCopyright", "Copyright © 2003-2004 University of California" VALUE "OriginalFilename", "boinc.scr" VALUE "ProductName", "BOINC Core Client" - VALUE "ProductVersion", BOINC_VERSION_STRING "\0" + VALUE "ProductVersion", "4.01" END END BLOCK "VarFileInfo" @@ -136,7 +136,7 @@ BEGIN "BOINC is not running.\n\nPlease launch BOINC to display graphics." IDS_ERR_BOINCNOTDETECTEDSTARTUP "BOINC is not running.\n(Automatic Startup not detected)\n\nWe recommend running BOINC at startup;\nplease reinstall BOINC and select this option." - IDS_ERR_BOINCNOTFOUND "Secure Windows Desktop Detected.\n\nThis configuration is currently not supported." + IDS_ERR_BOINCNOTFOUND "Secure Windows Desktop Detected.\n\nYou must uncheck the password checkbox to\ndisplay the screensaver.\n\nThis will be fixed in an upcoming release." IDS_ERR_OUTOFMEMORY "Not enough memory." END