]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xlocale.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / xlocale.h
index 5beed63c321ba250f352ad59594f36af77b57f3e..a6809a13b7a8e2eb2210af7b7e084a1a8c66c870 100644 (file)
@@ -71,19 +71,19 @@ public:
     /**
         Creates an uninitialized locale object, IsOk() method will return @false.
     */
-    wxLocale();
+    wxXLocale();
 
     /**
         Creates the locale object corresponding to the specified language.
     */
-    wxLocale(wxLanguage lang);
+    wxXLocale(wxLanguage lang);
 
     /**
         Creates the locale object corresponding to the specified locale string.
         The locale string is system-dependent, use constructor taking wxLanguage
         for better portability.
     */
-    wxLocale(const char* loc);
+    wxXLocale(const char* loc);
 
     /**
         Returns the global object representing the "C" locale.