fix further spelling errors / remove a tab in the source

This commit is contained in:
Philip Kaufmann
2012-08-02 10:09:29 +02:00
committed by Luke Dashjr
parent 566f556c40
commit 08344c735f

View File

@@ -256,7 +256,7 @@ bool AppInit2(int argc, char* argv[])
// Remove tabs
strUsage.erase(std::remove(strUsage.begin(), strUsage.end(), '\t'), strUsage.end());
#if defined(QT_GUI) && defined(WIN32)
// On windows, show a message box, as there is no stderr
// On Windows, show a message box, as there is no stderr
wxMessageBox(strUsage, "Usage");
#else
fprintf(stderr, "%s", strUsage.c_str());