]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/intl.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / intl.h
index e71e3ef00fd01bc8bb50d84c264b69f53e146f4b..12e9f6a21afabdcb4d326ca0154ed8039f8aafaa 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxLocale
-    @wxheader{intl.h}
 
     wxLocale class encapsulates all language-dependent settings and is a
     generalization of the C locale concept.
@@ -87,7 +86,7 @@ public:
         set locale is restored and so the changes described in
         Init() documentation are rolled back.
     */
-    ~wxLocale();
+    virtual ~wxLocale();
 
     //@{
     /**
@@ -130,7 +129,7 @@ public:
         (in this order).
         This only applies to subsequent invocations of AddCatalog().
     */
-    void AddCatalogLookupPathPrefix(const wxString& prefix);
+    static void AddCatalogLookupPathPrefix(const wxString& prefix);
 
     /**
         Adds custom, user-defined language to the database of known languages. This
@@ -393,7 +392,6 @@ public:
 
 /**
     @class wxXLocale
-    @wxheader{intl.h}
 
 
     wxXLocale::wxXLocale