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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user