uwestoehr wrote: > Modified: lyx-devel/branches/BRANCH_1_5_X/lib/ui/stdtoolbars.inc > URL: > http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/lib/ui/stdtool >bars.inc?rev=22567 > =========================================================================== >=== --- lyx-devel/branches/BRANCH_1_5_X/lib/ui/stdtoolbars.inc (original) > +++ lyx-devel/branches/BRANCH_1_5_X/lib/ui/stdtoolbars.inc Mon Jan 14 > 23:29:15 2008 @@ -101,6 +101,7 @@ > Item "Insert footnote" "footnote-insert" > Item "Insert margin note" "marginalnote-insert" > Item "Insert note" "note-insert" > + Item "Insert box" "box-insert" > Item "Insert URL" "url-insert" > Item "Insert TeX code" "ert-insert" > Item "Include file" "dialog-show-new-inset include"
A though: The menu "box insert" inserts a minipage ("box-insert Frameless"), the toolbar a framed box. Shouldn't both do the same? Jürgen