]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/evtloop.cpp
Allow customizing wxDebugReportCompress output file.
[wxWidgets.git] / src / gtk / evtloop.cpp
index 838ddec1aa6fb2fe518e59b3049d3a3a9dba42a8..c54fa804d23caa545554493b6905c0c327d8821d 100644 (file)
@@ -98,7 +98,7 @@ bool wxGUIEventLoop::Pending() const
 
 bool wxGUIEventLoop::Dispatch()
 {
-    wxCHECK_MSG( IsRunning(), false, _T("can't call Dispatch() if not running") );
+    wxCHECK_MSG( IsRunning(), false, wxT("can't call Dispatch() if not running") );
 
     // gtk_main_iteration() returns TRUE only if gtk_main_quit() was called
     return !gtk_main_iteration();