Split part of wxExtHelpController into wxHTMLHelpControllerBase to share
the filename lookup and URL handling mechanisms with the soon to be created gtk-xmhtml based alternative. Added wxLocale support to allow different translated help files to be used. Tested (no changes to application required) under Solaris. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,7 +110,9 @@ public:
|
||||
const char *GetString(const char *szOrigString,
|
||||
const char *szDomain = (const char *) NULL) const;
|
||||
|
||||
private:
|
||||
// Returns the current short name for the locale
|
||||
wxString const &GetName() const { return m_strShort; }
|
||||
private:
|
||||
// find catalog by name in a linked list, return NULL if !found
|
||||
wxMsgCatalog *FindCatalog(const char *szDomain) const;
|
||||
|
||||
|
Reference in New Issue
Block a user