allow msgids in !=English languages (based on Stefan Kowski's patch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-23 20:30:32 +00:00
parent 2b4f324ae2
commit d721baa9e6
5 changed files with 112 additions and 17 deletions

View 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;