MGR: Fix shutting down of Client on Linux

svn path=/trunk/boinc/; revision=23598
This commit is contained in:
Charlie Fenton 2011-05-25 11:15:39 +00:00
parent b824421599
commit 8e701831d1
1 changed files with 1 additions and 1 deletions

View File

@ -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();