]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
s/wxWindows/wxWidgets; update wx-dev mail address
[wxWidgets.git] / src / common / intl.cpp
index 0dc780ac3182bdef22185f0b6cc13cf78635438c..e20715c4c75f842604ee1c65c3da87b5a88f683e 100644 (file)
@@ -2573,7 +2573,7 @@ bool wxLocale::AddCatalog(const wxString& szDomain,
                         const wxString& msgIdCharset)
 
 {
-    wxCHECK_MSG( IsOk(), false, "must initialize catalog first" );
+    wxCHECK_MSG( !m_strShort.empty(), false, "must initialize catalog first" );
 
 
     // It is OK to not load catalog if the msgid language and m_language match,