]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typos
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 29 Oct 2008 16:00:56 +0000 (16:00 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 29 Oct 2008 16:00:56 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/fontpicker.h
interface/wx/xlocale.h

index be4b5ba3e7b1bdb093723211e2553e115b0f5768..defa80b439e97a3109de66b133c75c7950a6adbb 100644 (file)
@@ -113,7 +113,7 @@ public:
         (see wxFNTP_USE_TEXTCTRL), it's a good idea to put a limit to the maximum
         font size when huge fonts do not make much sense.
     */
-    unsigned int GetMaxPointSize() const;
+    void SetMaxPointSize(unsigned int) const;
 
     /**
         Sets the currently selected font.
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.