]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/intl.h
Eliminate need to call Connect() in wxPGEditor::CreateControls()
[wxWidgets.git] / interface / wx / intl.h
index f6f51f127a56b70741e190e33af105e800ca5ee5..a4def9c77fa831b0a36477e2e571455f6c7b627b 100644 (file)
@@ -520,8 +520,8 @@ public:
         @remarks Domains are searched in the last to first order, i.e. catalogs
                  added later override those added before.
     */
-    const wxString& GetString(const wxString& origString,
-                              const wxString& domain = wxEmptyString) const;
+    virtual const wxString& GetString(const wxString& origString,
+                                      const wxString& domain = wxEmptyString) const;
 
     /**
         Retrieves the translation for a string in all loaded domains unless the @a domain
@@ -666,7 +666,7 @@ public:
 
         @see AddCatalog()
     */
-    bool IsLoaded(const char* domain) const;
+    bool IsLoaded(const wxString& domain) const;
 
     /**
         Returns @true if the locale could be set successfully.