Author: uwestoehr
Date: Fri Jan 7 00:53:32 2011
New Revision: 37142
URL: http://www.lyx.org/trac/changeset/37142
Log:
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
Modified:
lyx-devel/trunk/lib/ui/stdmenus.inc
Modified: lyx-devel/trunk/lib/ui/stdmenus.inc
==============================================================================
--- lyx-devel/trunk/lib/ui/stdmenus.inc Fri Jan 7 00:25:22 2011 (r37141)
+++ lyx-devel/trunk/lib/ui/stdmenus.inc Fri Jan 7 00:53:32 2011 (r37142)
@@ -459,7 +459,6 @@
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"