mirror of https://github.com/BOINC/boinc.git
MGR: Fix build break on Mac
svn path=/trunk/boinc/; revision=16472
This commit is contained in:
parent
761e6f8203
commit
06360a505d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue