]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/toolbar.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / ribbon / toolbar.h
index 3ab156b770751d1a077fa1f9ce6d7b7e864a3186..96c59777b657d3ff2a6e65427d5e6dc452a7eba8 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        ribbon/toolbar.h
 // Purpose:     interface of wxRibbonToolBar
 // Author:      Peter Cawley
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -218,7 +217,7 @@ public:
 
         @param pos
             Position of the new tool (number of tools and separators from the
-            begining of the toolbar).
+            beginning of the toolbar).
         @param tool_id
             ID of the new tool (used for event callbacks).
         @param bitmap
@@ -284,7 +283,7 @@ public:
     /**
         This function behaves like DeleteTool() but it deletes the tool at the
         specified position and not the one with the given id.
-        Usefull to delete separators.
+        Useful to delete separators.
 
         @since 2.9.4
     */