From 2375a56901bd0af66abd7a1b709a5ca25b33c5ca Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 16 Oct 2019 21:27:21 -0300 Subject: Test message build --- Project/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit