]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/menuitem_osx.cpp
Fix numpad Del not working in wxRTC
[wxWidgets.git] / src / osx / menuitem_osx.cpp
index 51fc4e457b4f58270b5d4d1eddb330062936391b..657e3d2447073997c91206f9462cd595baa0c2fb 100644 (file)
@@ -123,7 +123,7 @@ void wxMenuItem::Check(bool bDoCheck)
                 const wxMenuItemList& items = m_parentMenu->GetMenuItems();
                 int pos = items.IndexOf(this);
                 wxCHECK_RET( pos != wxNOT_FOUND,
-                             _T("menuitem not found in the menu items list?") );
+                             wxT("menuitem not found in the menu items list?") );
 
                 // get the radio group range
                 int start, end;