]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/button.cpp
'Set to Unspecified' -> 'Set Value to Unspecified'
[wxWidgets.git] / src / os2 / button.cpp
index 41fa9c9cbc19ab5b7ced118f03c7480482e3ab28..0dfafaa3b3c3bbb3b503e3700264ab59c3074e46 100644 (file)
@@ -248,7 +248,7 @@ void wxButton::SetTmpDefault()
 {
     wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
 
-    wxCHECK_RET( tlw, _T("button without top level window?") );
+    wxCHECK_RET( tlw, wxT("button without top level window?") );
 
     wxWindow*                       pWinOldDefault = tlw->GetDefaultItem();
 
@@ -261,7 +261,7 @@ void wxButton::UnsetTmpDefault()
 {
     wxTopLevelWindow *tlw = wxDynamicCast(wxGetTopLevelParent(this), wxTopLevelWindow);
 
-    wxCHECK_RET( tlw, _T("button without top level window?") );
+    wxCHECK_RET( tlw, wxT("button without top level window?") );
 
     tlw->SetTmpDefaultItem(NULL);