-because this uses the special wxToolMenuBar class (derived from wxToolBar) to
-implement the combined toolbar and menubar. Otherwise, you can create and
-manage toolbars using the wxToolBar class as usual, for example to implement an
-optional formatting toolbar above the menubar as Pocket Word does. But don't
-assign a wxToolBar to a frame using SetToolBar - you should always use
-CreateToolBar for the main frame toolbar.
+ because this uses the special wxToolMenuBar class (derived from wxToolBar)
+ to implement the combined toolbar and menubar. Otherwise, you can create
+ and manage toolbars using the wxToolBar class as usual, for example to
+ implement an optional formatting toolbar above the menubar as Pocket Word
+ does. But don't assign a wxToolBar to a frame using SetToolBar - you should
+ always use CreateToolBar for the main frame toolbar.