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-history-window-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-history-window-ui.xml')
-rw-r--r-- | data/ui/epiphany-history-window-ui.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/epiphany-history-window-ui.xml b/data/ui/epiphany-history-window-ui.xml index 2fb22e835..e76158880 100644 --- a/data/ui/epiphany-history-window-ui.xml +++ b/data/ui/epiphany-history-window-ui.xml @@ -2,8 +2,8 @@ <menubar> <menu name="FileMenu" action="File"> - <menuitem name="FileOpenInWindow" action="OpenInWindow"/> <menuitem name="FileOpenInTab" action="OpenInTab"/> + <menuitem name="FileOpenInWindow" action="OpenInWindow"/> <separator name="FileSep1"/> <menuitem name="FileBookmarkLink" action="BookmarkLink"/> <menuitem name="FileDelete" action="Delete"/> @@ -34,8 +34,8 @@ </menubar> <popup name="EphyHistoryWindowPopup" action="PopupAction"> - <menuitem name="OpenInWindowHST" action="OpenInWindow"/> <menuitem name="OpenInTabHST" action="OpenInTab"/> + <menuitem name="OpenInWindowHST" action="OpenInWindow"/> <separator name="HistoryPopupSep1"/> <menuitem name="CopyHST" action="Copy"/> <separator name="HistoryPopupSep2"/> |