]> git.lyx.org Git - features.git/commitdiff
* ui/stdmenus.ui: move "New Window" and "Close Window" to the bottom of the menu
authorMichael Schmitt <michael.schmitt@teststep.org>
Tue, 24 Oct 2006 20:57:29 +0000 (20:57 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Tue, 24 Oct 2006 20:57:29 +0000 (20:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15540 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.ui

index 771b43e3e5e415f8e5f715889faaaaaa9c8797b2..4703b86e83910862ed04246bb82220668aa64835 100644 (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