X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64764f5077bedc2db9dffafedc583fdb8f977797..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/intl.h diff --git a/include/wx/intl.h b/include/wx/intl.h index d8ee98ac80..6e8b273e99 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -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;