]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statusbr.h
Typo
[wxWidgets.git] / interface / statusbr.h
index 91d4cf1a56dd53601e03b9c15e8b8c763bb5c796..2d4ca10da5df8ce8c3195627688cd013efc6ea35 100644 (file)
@@ -23,7 +23,7 @@
     wxObject
 
     @beginStyleTable
-    @style{wxST_SIZEGRIP}:
+    @style{wxST_SIZEGRIP}
            On Windows 95, displays a gripper at right-hand side of the status
            bar.
     @endStyleTable
@@ -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()