]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/accelcmn.cpp
Make WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
[wxWidgets.git] / src / common / accelcmn.cpp
index 9d5898177b376666291cd87b85f730884856fe3c..611fdfd97fa83411d30f62ed06ac8ad37bf6ab45 100644 (file)
@@ -145,7 +145,7 @@ static int IsNumberedAccelKey(const wxString& str,
     {
         // this must be a mistake, chances that this is a valid name of another
         // key are vanishingly small
-        wxLogDebug(_T("Invalid key string \"%s\""), str.c_str());
+        wxLogDebug(wxT("Invalid key string \"%s\""), str.c_str());
         return 0;
     }
 
@@ -259,7 +259,7 @@ wxAcceleratorEntry::ParseAccel(const wxString& text, int *flagsOut, int *keyOut)
     }
 
 
-    wxASSERT_MSG( keyCode, _T("logic error: should have key code here") );
+    wxASSERT_MSG( keyCode, wxT("logic error: should have key code here") );
 
     if ( flagsOut )
         *flagsOut = accelFlags;