MGR: Fix build break on Mac

svn path=/trunk/boinc/; revision=16472
This commit is contained in:
Charlie Fenton 2008-11-11 02:58:05 +00:00
parent 761e6f8203
commit 06360a505d
2 changed files with 17 additions and 11 deletions

View File

@ -9339,10 +9339,16 @@ Rom 10 Nov 2008
BOINCGUIApp.h
DlgOptions.cpp, .h
Rom 31 Oct 2008
Rom 10 Nov 2008
- Tag for 6.3.22 release, all platforms
boinc_core_release_6_3_22
/
configure.ac
version.h
Charlie 10 Nov 2008
- MGR: Fix build break on Mac.
clientgui/
DlgExitMessage.cpp

View File

@ -132,13 +132,13 @@ void CDlgExitMessage::CreateControls()
pSkinAdvanced->GetApplicationName().c_str()
);
#else
m_strExitMessage.Printf(
strExitMessage.Printf(
_("This will shut down %s and its tasks entirely until either the\n%s application or the %s screen saver is run again.\n\nIn most cases, it is better just to close the %s window\nrather than to exit the application; that will allow %s to run its\ntasks at the times you selected in your preferences."),
m_strApplicationShortName.c_str(),
m_strApplicationName.c_str(),
m_strApplicationShortName.c_str(),
m_strApplicationName.c_str(),
m_strApplicationShortName.c_str()
pSkinAdvanced->GetApplicationShortName().c_str(),
pSkinAdvanced->GetApplicationName().c_str(),
pSkinAdvanced->GetApplicationShortName().c_str(),
pSkinAdvanced->GetApplicationName().c_str(),
pSkinAdvanced->GetApplicationShortName().c_str()
);
#endif