aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-10 03:40:18 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-10 03:40:18 +0800
commit237622044c96f0cfcba6d7fe21b908beb085b2e4 (patch)
tree06b0fb414cb8fb61020baa225106cbc267c2ce41 /data/ui
parent8103e076a47bcf1f9b9cab2d3c64f0e1f319cccc (diff)
downloadgsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar.gz
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar.bz2
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar.lz
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar.xz
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.tar.zst
gsoc2013-epiphany-237622044c96f0cfcba6d7fe21b908beb085b2e4.zip
Rehash link context menu order to be hig compliant. Set a desktop icon.
2003-01-09 Marco Pesenti Gritti <marco@it.gnome.org> * data/art/Makefile.am: * data/epiphany.desktop.in: * data/ui/epiphany-ui.xml.in: * embed/ephy-embed-popup.c: (embed_popup_open_link_cmd): * src/ephy-main.c: (main): * src/window-commands.c: (window_cmd_set_charset): Rehash link context menu order to be hig compliant. Set a desktop icon.
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/epiphany-ui.xml.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in
index cb966a4e4..0927957a5 100644
--- a/data/ui/epiphany-ui.xml.in
+++ b/data/ui/epiphany-ui.xml.in
@@ -79,6 +79,8 @@
<cmd name="GoGo" _label="_Go"
_tip="Load the URL in the location entry"/>
+
+ <cmd name="EPOpenLink" _label="Open"/>
<cmd name="EPOpenInNewWindow" _label="Open in New Window"/>
@@ -375,22 +377,24 @@
<popup name="EphyEmbedElementPopup">
<placeholder name="LinkItems">
- <menuitem name="EPOpenInNewWindow"
+ <menuitem name="EPOpenLink"
pixtype="stock" pixname="gtk-open"
verb=""/>
- <menuitem name="EPOpenInNewTab" verb=""/>
-
- <menuitem name="EPCopyLinkLocation"
- pixtype="stock" pixname="gtk-copy"
- verb=""/>
+ <menuitem name="EPOpenInNewWindow" verb=""/>
+ <menuitem name="EPOpenInNewTab" verb=""/>
+
<menuitem name="EPDownloadLink" verb=""/>
-
+
<menuitem name="EPAddBookmark"
pixtype="stock" pixname="gtk-add"
verb=""/>
- </placeholder>
+
+ <menuitem name="EPCopyLinkLocation"
+ pixtype="stock" pixname="gtk-copy"
+ verb=""/>
+ </placeholder>
<placeholder name="EmailLinkItems">
<menuitem name="EPCopyEmail"
pixtype="stock" pixname="gtk-copy"