]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
Fixed typo in documentation string
[wxWidgets.git] / interface / wx / toolbar.h
index 1ff4d008b9f9b141850fdc1e1669bf9923121732..95b3dbf776484cc03bd074325a0a172e708326b9 100644 (file)
@@ -257,7 +257,7 @@ public:
             The tool to be added.
 
         @remarks After you have added tools to a toolbar, you must call
-            Realize() in order to have the tools appear.
+                 Realize() in order to have the tools appear.
 
         @see AddSeparator(), AddCheckTool(), AddRadioTool(),
              InsertTool(), DeleteTool(), Realize(), SetDropdownMenu()