aboutsummaryrefslogtreecommitdiffstats
path: root/data/ui
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-18 20:17:16 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-18 20:17:16 +0800
commit3b3889d5baf7963455f228bbaced14ecb56fad61 (patch)
tree1ac5aa3df67d32d021e47f9c53a414121aed1415 /data/ui
parenta1ebf5424cef4d6923a24ac391c3287414cec800 (diff)
downloadgsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar.gz
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar.bz2
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar.lz
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar.xz
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.tar.zst
gsoc2013-epiphany-3b3889d5baf7963455f228bbaced14ecb56fad61.zip
Unify the "Copy Email Address" and "Copy Link Address" context menu
2003-06-18 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml.in: * src/ephy-window.c: * src/popup-commands.h: * src/popup-commands.c: (popup_cmd_copy_email), (popup_cmd_copy_link_location), (popup_cmd_copy_link_address): Unify the "Copy Email Address" and "Copy Link Address" context menu entries. Fixes bug #115377.
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/epiphany-ui.xml.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in
index bddf44349..1a2c44eaa 100644
--- a/data/ui/epiphany-ui.xml.in
+++ b/data/ui/epiphany-ui.xml.in
@@ -126,8 +126,7 @@
<separator name="LPSep1"/>
<menuitem name="DownloadLinkLP" verb="DownloadLink"/>
<menuitem name="BookmarkLinkLP" verb="BookmarkLink"/>
- <menuitem name="CopyLinkLocationLP" verb="CopyLinkLocation"/>
- <menuitem name="CopyEmailLinkLP" verb="CopyEmail"/>
+ <menuitem name="CopyLinkAddressLP" verb="CopyLinkAddress"/>
</popup>
<popup name="EphyImagePopup" verb="FakeToplevel">
@@ -147,8 +146,7 @@
<separator name="ILPSep1"/>
<menuitem name="DownloadLinkILP" verb="DownloadLink"/>
<menuitem name="BookmarkLinkILP" verb="BookmarkLink"/>
- <menuitem name="CopyLinkLocationILP" verb="CopyLinkLocation"/>
- <menuitem name="CopyEmailLinkILP" verb="CopyEmail"/>
+ <menuitem name="CopyLinkAddressILP" verb="CopyLinkAddress"/>
<separator name="ILPSep2"/>
<menuitem name="OpenImageILP" verb="OpenImage"/>
<menuitem name="OpenImageInNewWindowILP" verb="OpenImageInNewWindow"/>
@@ -161,4 +159,3 @@
</popups>
</Root>
-