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 1a85c0f506
commit d3bde4126c
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,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
ThreadSafeMessageBox(strUsage, _("Usage"), wxOK | wxMODAL);
#else
fprintf(stderr, "%s", strUsage.c_str());

View File

@ -12,7 +12,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#else
typedef int pid_t; /* define for windows compatibility */
typedef int pid_t; /* define for Windows compatibility */
#endif
#include <map>
#include <vector>