From: Uwe Stöhr Date: Thu, 6 Jan 2011 23:53:32 +0000 (+0000) Subject: stdmenus.inc: remove item that produced incorrect LaTeX code: a framed box can only... X-Git-Tag: 2.0.0~1161 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4cb349c4689996ec121ccc33b41da4c5c35a1afa;p=features.git stdmenus.inc: remove item that produced incorrect LaTeX code: a framed box can only have page breaks when there is no inner box, but this item created an framed box with a minipage as inner box _and_ allowed page breaks git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37142 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 5f692b2fdd..2baf9a0a9c 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -459,7 +459,6 @@ Menuset Menu "insert_box" Item "Frameless|l" "box-insert Frameless" Item "Simple Frame|F" "box-insert Boxed" - Item "Simple Frame, Page Breaks|P" "box-insert Framed" Item "Oval, Thin|a" "box-insert ovalbox" Item "Oval, Thick|v" "box-insert Ovalbox" Item "Drop Shadow|w" "box-insert Shadowbox"