]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prop.cpp
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / src / generic / prop.cpp
index 12d9626903983d16d84c9a564e89e2d43ce0a669..ad6d3b521e20622e4add9c9b2efe9668ec6eb6f7 100644 (file)
@@ -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