diff options
Diffstat (limited to 'Project/main.cpp')
-rw-r--r-- | Project/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/main.cpp b/Project/main.cpp index 276cc0d..0020a50 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -137,7 +137,7 @@ class MainApp : public wxApp for(auto it = args.begin(), itEnd = args.end(); it != itEnd; ++it) { if(it->GetKind() == wxCMD_LINE_PARAM) { openFilePath = it->GetStrVal();} else if(it->GetShortName() == "t") { - printf("Test OK!"); + wxLogMessage("Test OK!"); exit(0); } } |