X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1bf0be0bcb74c67c35556138b891fd907b1d59f..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/ribbon/toolbar.h diff --git a/interface/wx/ribbon/toolbar.h b/interface/wx/ribbon/toolbar.h index 3ab156b770..96c59777b6 100644 --- a/interface/wx/ribbon/toolbar.h +++ b/interface/wx/ribbon/toolbar.h @@ -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 */