X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..ab52bac815bed0189bb0ba3b52a15e093c354533:/src/common/colourcmn.cpp diff --git a/src/common/colourcmn.cpp b/src/common/colourcmn.cpp index a03efa7942..8fa9c927c2 100644 --- a/src/common/colourcmn.cpp +++ b/src/common/colourcmn.cpp @@ -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() ) {