]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/valtext.cpp
Fix calculation of the margins for owner-drawn menu items.
[wxWidgets.git] / src / common / valtext.cpp
index 56998ee14c6724fe911f35151e0e235851c791be..48b8bf3e32404fb47a8e5d2a252b0b787ac44d48 100644 (file)
@@ -126,7 +126,7 @@ wxTextEntry *wxTextValidator::GetTextEntry()
 #endif
 
     wxFAIL_MSG(
-        _T("wxTextValidator can only be used with wxTextCtrl or wxComboBox")
+        wxT("wxTextValidator can only be used with wxTextCtrl or wxComboBox")
     );
 
     return NULL;