]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
don't try to translate the standard encoding names
[wxWidgets.git] / src / common / string.cpp
index beb618873d0d3abab43e547f6d1d5363a2fcd974..9c015019948c344720dbb05cedb433196dede951 100644 (file)
@@ -591,6 +591,7 @@ wxString& wxString::operator=(wxChar ch)
   return *this;
 }
 
+
 // assigns C string
 wxString& wxString::operator=(const wxChar *psz)
 {