]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statusbr.h
Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied alread...
[wxWidgets.git] / interface / statusbr.h
index ca46d9f91c06cf0a247de8bf92f743be1d16ebc9..2d4ca10da5df8ce8c3195627688cd013efc6ea35 100644 (file)
@@ -82,7 +82,7 @@ public:
         @param rect
             The rectangle values are placed in this variable.
 
-        @returns @true if the field index is valid, @false otherwise.
+        @return @true if the field index is valid, @false otherwise.
 
         @see wxRect
     */
@@ -99,7 +99,7 @@ public:
         @param i
             The number of the status field to retrieve, starting from zero.
 
-        @returns The status field string if the field is valid, otherwise the
+        @return The status field string if the field is valid, otherwise the
                  empty string.
 
         @see SetStatusText()