From 08344c735feddc8d6cbeb63b18f3fc1fd4544170 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 2 Aug 2012 10:09:29 +0200 Subject: fix further spelling errors / remove a tab in the source --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index 4d016956e6..b3c49f3a63 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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()); -- cgit v1.2.3