X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ddff00c923d454f651aba32c8fe3654fd303e43..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/dfb/utils.cpp?ds=sidebyside diff --git a/src/dfb/utils.cpp b/src/dfb/utils.cpp index 385616fb95..3e201ae40c 100644 --- a/src/dfb/utils.cpp +++ b/src/dfb/utils.cpp @@ -116,7 +116,7 @@ wxPoint wxGetMousePosition() bool wxGetKeyState(wxKeyCode key) { wxASSERT_MSG(key != WXK_LBUTTON && key != WXK_RBUTTON && key != WXK_MBUTTON, - _T("can't use wxGetKeyState() for mouse buttons")); + "can't use wxGetKeyState() for mouse buttons"); return false; // FIXME } @@ -131,6 +131,6 @@ void wxBell() int wxAddProcessCallback(wxEndProcessData *proc_data, int fd) { - wxFAIL_MSG( _T("wxAddProcessCallback not implemented") ); + wxFAIL_MSG( "wxAddProcessCallback not implemented" ); return 0; }