mirror of https://github.com/BOINC/boinc.git
MGR: Fix shutting down of Client on Linux
svn path=/trunk/boinc/; revision=23598
This commit is contained in:
parent
b824421599
commit
8e701831d1
|
@ -1103,7 +1103,7 @@ int CBOINCGUIApp::ConfirmExit() {
|
|||
dlg.Centre();
|
||||
|
||||
if (wxID_OK == dlg.ShowModal()) {
|
||||
#ifndef __WXMAC__
|
||||
#ifdef __WXMAC__
|
||||
s_bSkipExitConfirmation = true; // Don't ask twice (only affects Mac)
|
||||
#else
|
||||
m_iShutdownCoreClient = dlg.m_DialogShutdownCoreClient->GetValue();
|
||||
|
|
Loading…
Reference in New Issue