]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/menu.cpp
Allow customizing wxDebugReportCompress output file.
[wxWidgets.git] / src / gtk / menu.cpp
index a0a65e89c2a039d03b97351f45303e948083f24c..9d8c346e33d89ccbee8258d0ea12712dd89eaa88 100644 (file)
@@ -652,7 +652,7 @@ void wxMenuItem::Check( bool check )
             break;
 
         default:
-            wxFAIL_MSG( _T("can't check this item") );
+            wxFAIL_MSG( wxT("can't check this item") );
     }
 }