fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5267aefd85
commit
5e27edecac
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user