]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug
[wxWidgets.git] / src / unix / threadpsx.cpp
index 1104048d4e6d09383331449c3ff80d22b691b63b..ff291daa3f114c0d07ba5ac9309edb167b03f6ae 100644 (file)
     #include "wx/utils.h"
     #include "wx/timer.h"
     #include "wx/stopwatch.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
-
 #include <stdio.h>
 #include <unistd.h>
 #include <pthread.h>
@@ -1702,7 +1701,7 @@ static void ScheduleThreadForDeletion()
 
     wxLogTrace(TRACE_THREADS, _T("%lu thread%s waiting to be deleted"),
                (unsigned long)gs_nThreadsBeingDeleted,
-               gs_nThreadsBeingDeleted == 1 ? "" : "s");
+               gs_nThreadsBeingDeleted == 1 ? _T("") : _T("s"));
 }
 
 static void DeleteThread(wxThread *This)