MGR: Show Skin Manager error message only if Manager launched with command-line arg -c or --checkskins

svn path=/trunk/boinc/; revision=17082
This commit is contained in:
Charlie Fenton 2009-01-30 09:39:47 +00:00
parent 72c17f3d2d
commit fb06a75f73
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}