X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30b5fc118f6fa8bad8cd3692ca42c164aa5007f9..4bd87101b398ea89795bae4012bbb03866b7e0f5:/src/generic/prop.cpp diff --git a/src/generic/prop.cpp b/src/generic/prop.cpp index 12d9626903..ad6d3b521e 100644 --- a/src/generic/prop.cpp +++ b/src/generic/prop.cpp @@ -613,7 +613,7 @@ void wxPropertyValue::operator=(const wxString& val1) } else if (m_type == wxPropertyValueStringPtr) { - wxFAIL_MSG( "Shouldn't try to assign a wxString reference to a char* pointer."); + wxFAIL_MSG( wxT("Shouldn't try to assign a wxString reference to a char* pointer.") ); if (val) *m_value.stringPtr = copystring(val); else