]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
wxMotif Solaris 2.6 compilation fixes
[wxWidgets.git] / src / common / intl.cpp
index 46a21f8bad48e63ea49d235a452b429a6aaec685..aee8a90b393b131b968ac597f4ebdbd06128ba67 100644 (file)
@@ -479,7 +479,8 @@ wxLocale::~wxLocale()
 const char *wxLocale::GetString(const char *szOrigString,
                                 const char *szDomain) const
 {
-  wxASSERT( szOrigString != NULL ); // would be pretty silly
+  if ( IsEmpty(szOrigString) )
+      return szDomain;
 
   const char *pszTrans = NULL;