diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2006-04-12 03:12:46 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2006-04-12 03:12:46 +0800 |
commit | 6d44d0c8bb4f88018846ee9014464aed450d4e35 (patch) | |
tree | 107bffcadc4d8bf0cc38af0fe8c7be7c4e535f9e /data/ui/epiphany-bookmark-editor-ui.xml | |
parent | 3e6b64aab649dc5f4c9614d462f6293aed5098dd (diff) | |
download | gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar.gz gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar.bz2 gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar.lz gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar.xz gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.tar.zst gsoc2013-epiphany-6d44d0c8bb4f88018846ee9014464aed450d4e35.zip |
Reorder the menu items everywhere to have new tab above new window. Fixes
2006-04-11 Crispin Flowerday <gnome@flowerday.cx>
* data/ui/epiphany-bookmark-editor-ui.xml:
* data/ui/epiphany-history-window-ui.xml:
* data/ui/epiphany-ui.xml:
Reorder the menu items everywhere to have new tab above
new window. Fixes bug #303417
Diffstat (limited to 'data/ui/epiphany-bookmark-editor-ui.xml')
-rw-r--r-- | data/ui/epiphany-bookmark-editor-ui.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/epiphany-bookmark-editor-ui.xml b/data/ui/epiphany-bookmark-editor-ui.xml index b62b5b9c9..83436a898 100644 --- a/data/ui/epiphany-bookmark-editor-ui.xml +++ b/data/ui/epiphany-bookmark-editor-ui.xml @@ -4,8 +4,8 @@ <menu name="FileMenu" action="File"> <menuitem action="NewTopic"/> <separator/> - <menuitem action="OpenInWindow"/> <menuitem action="OpenInTab"/> + <menuitem action="OpenInWindow"/> <separator/> <menuitem action="Rename"/> <menuitem action="Delete"/> @@ -39,8 +39,8 @@ </menubar> <popup name="EphyBookmarkEditorPopup" action="PopupAction"> - <menuitem action="OpenInWindow"/> <menuitem action="OpenInTab"/> + <menuitem action="OpenInWindow"/> <separator/> <menuitem action="Copy"/> <separator/> |