]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
Try to better revert to the original string value in wxBitmapComboBox::RecreateControl()
[wxWidgets.git] / src / os2 / textctrl.cpp
index 88178bf957947bd4658105e7e3c7dd0390f10e8d..a3ae1dcb3e54c8f7e924e4d3bddba880e19ac74c 100644 (file)
@@ -718,7 +718,7 @@ void wxTextCtrl::MarkDirty()
         ::WinSendMsg(GetHwnd(), MLM_SETCHANGED, MPFROMLONG(TRUE), 0);
     else
         // EM controls do not have a SETCHANGED, what can we do??
-        wxFAIL_MSG( _T("not implemented") );
+        wxFAIL_MSG( wxT("not implemented") );
 }
 
 //