Hi,

following John L.'s design rationale that the most important things should come first, I suggest moving "new/close window" to the very bottom of menu "file", clearly separated by a, well, separator. Any objections?

Michael


Index: stdmenus.ui
===================================================================
--- stdmenus.ui (Revision 15518)
+++ stdmenus.ui (Arbeitskopie)
@@ -32,8 +32,6 @@
#

       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 @@
               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

Reply via email to