* ui/stdmenus.ui: move "New Window" and "Close Window" to the bottom of the menu

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15540 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-10-24 20:57:29 +00:00
parent 87b93ca808
commit 06e52e5e31

View File

@ -32,8 +32,6 @@ Menuset
#
Menu "file"
Item "New Window|W" "window-new"
Item "Close Window|d" "window-close"
Item "New|N" "buffer-new"
Item "New from Template...|m" "buffer-new-template"
Item "Open...|O" "file-open"
@ -50,6 +48,9 @@ Menuset
Item "Print...|P" "dialog-show print"
OptItem "Fax...|F" "buffer-export fax"
Separator
Item "New Window|W" "window-new"
Item "Close Window|d" "window-close"
Separator
Item "Exit|x" "lyx-quit"
End