]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
Wrappers for *ToText
[wxWidgets.git] / include / wx / intl.h
index d8ee98ac80229f0ceec83235d4f22b1a6ad93f69..6e8b273e99a1a0dde55709c669436a7e7a4c9fe0 100644 (file)
@@ -455,6 +455,8 @@ public:
     //
     // Returns 'true' if it was successfully loaded
     bool AddCatalog(const wxChar *szDomain);
+    bool AddCatalog(const wxChar *szDomain,
+                    wxLanguage msgIdLanguage, const wxChar *msgIdCharset);
 
     // check if the given catalog is loaded
     bool IsLoaded(const wxChar *szDomain) const;