mirror of https://github.com/BOINC/boinc.git
MGR: Code which tests for reboot required should be Windows-only
svn path=/trunk/boinc/; revision=15627
This commit is contained in:
parent
a0ae11bddb
commit
2e5107a4ec
|
@ -5832,3 +5832,9 @@ Rom 16 July 2008
|
|||
win_build/installerv2/
|
||||
BOINC.ism
|
||||
BOINCx64.ism
|
||||
|
||||
Charlie 17 July 2008
|
||||
- MGR: Code which tests for reboot required should be Windows-only.
|
||||
|
||||
clientgui/
|
||||
BOINCGUIApp.cpp
|
||||
|
|
|
@ -324,7 +324,7 @@ bool CBOINCGUIApp::OnInit() {
|
|||
m_pConfig->Read(wxT("Skin"), m_pSkinManager->GetDefaultSkinName())
|
||||
);
|
||||
|
||||
|
||||
#ifdef __WXMSW__
|
||||
// Perform any last minute checks that should keep the manager
|
||||
// from starting up.
|
||||
wxString strRebootPendingFile =
|
||||
|
@ -343,7 +343,7 @@ bool CBOINCGUIApp::OnInit() {
|
|||
dialog.ShowModal();
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Initialize the main document
|
||||
m_pDocument = new CMainDocument();
|
||||
|
|
Loading…
Reference in New Issue