Add context menu for outline operations. Choice of words might not be best.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-05 07:52:48 +00:00
parent 592d53e065
commit a01ff241e2

View File

@ -249,6 +249,11 @@ Menuset
Item "Move Paragraph Up|o" "paragraph-move-up"
Item "Move Paragraph Down|v" "paragraph-move-down"
Separator
OptItem "Promote Section|r" "outline-in"
OptItem "Demote Section|m" "outline-out"
OptItem "Move Section down|d" "outline-down"
OptItem "Move Section up|u" "outline-up"
Separator
Item "Apply Last Text Style|A" "font-free-apply"
Submenu "Text Style|S" "edit_textstyles"
Item "Paragraph Settings...|P" "layout-paragraph"