From fb06a75f735105181e7a96f8d2b8088be7515c1d Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 30 Jan 2009 09:39:47 +0000 Subject: [PATCH] MGR: Show Skin Manager error message only if Manager launched with command-line arg -c or --checkskins svn path=/trunk/boinc/; revision=17082 --- clientgui/BOINCGUIApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index d604c8d774..4ea48431fe 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -541,7 +541,7 @@ bool CBOINCGUIApp::OnCmdLineParsed(wxCmdLineParser &parser) { if (parser.Found(wxT("insecure"))) { g_use_sandbox = false; } - if (parser.Found(wxT("checkSkins"))) { + if (parser.Found(wxT("checkskins"))) { m_bDebugSkins = true; }