mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=23614
This commit is contained in:
parent
660b2ae762
commit
b288405f98
|
@ -150,8 +150,8 @@ void CDlgExitMessage::CreateControls()
|
||||||
#ifndef __WXMAC__
|
#ifndef __WXMAC__
|
||||||
|
|
||||||
strAlwaysExitMessage.Printf(
|
strAlwaysExitMessage.Printf(
|
||||||
_("Stop running tasks when exiting the %s")
|
_("Stop running tasks when exiting the %s"),
|
||||||
pSkinAdvanced->GetApplicationName().c_str(),
|
pSkinAdvanced->GetApplicationName().c_str()
|
||||||
);
|
);
|
||||||
|
|
||||||
m_DialogShutdownCoreClient = new wxCheckBox;
|
m_DialogShutdownCoreClient = new wxCheckBox;
|
||||||
|
|
Loading…
Reference in New Issue