]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
w*h interface revisions
[wxWidgets.git] / interface / wx / string.h
index 597f14fef1fd037f6364b6b8d6189f366174adc6..69044521b301ef8e04fba4cabe1833300eaa068b 100644 (file)
@@ -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()
     */