fix typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-10-29 16:00:56 +00:00
parent 5267aefd85
commit 5e27edecac
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -71,19 +71,19 @@ public:
/** /**
Creates an uninitialized locale object, IsOk() method will return @false. Creates an uninitialized locale object, IsOk() method will return @false.
*/ */
wxLocale(); wxXLocale();
/** /**
Creates the locale object corresponding to the specified language. 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. Creates the locale object corresponding to the specified locale string.
The locale string is system-dependent, use constructor taking wxLanguage The locale string is system-dependent, use constructor taking wxLanguage
for better portability. for better portability.
*/ */
wxLocale(const char* loc); wxXLocale(const char* loc);
/** /**
Returns the global object representing the "C" locale. Returns the global object representing the "C" locale.