fix some typos and other minor problems (#9886)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -818,14 +818,16 @@ public:
|
||||
wxString& MakeCapitalized();
|
||||
|
||||
/**
|
||||
Converts all characters to lower case and returns the result.
|
||||
Converts all characters to lower case and returns the reference to the
|
||||
modified string.
|
||||
|
||||
@see Lower()
|
||||
*/
|
||||
wxString& MakeLower();
|
||||
|
||||
/**
|
||||
Converts all characters to upper case and returns the result.
|
||||
Converts all characters to upper case and returns the reference to the
|
||||
modified string.
|
||||
|
||||
@see Upper()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user