]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
wxToolTip for MSW implementation (it has several problems right now, but it
[wxWidgets.git] / include / wx / intl.h
index 15aecb93912b1e1abba071be7c86cc966300af82..3edc2edb9a31c2bc963324f5855699bc81143c58 100644 (file)
@@ -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;