]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/colourcmn.cpp
Move wxSetDetectableAutoRepeat() to a section compiled in wxCore.
[wxWidgets.git] / src / common / colourcmn.cpp
index a03efa79426b683672767b3b882c14d009c49498..8fa9c927c213cbaf06c1d0ad46296bbeccef9600 100644 (file)
@@ -173,7 +173,7 @@ wxString wxToString(const wxColourBase& col)
 
 bool wxFromString(const wxString& str, wxColourBase *col)
 {
-    wxCHECK_MSG( col, false, _T("NULL output parameter") );
+    wxCHECK_MSG( col, false, wxT("NULL output parameter") );
 
     if ( str.empty() )
     {