aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-12-10 22:21:19 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2013-01-05 04:38:52 +0800
commit997b046b63c66566561402cfafc6d0a25322a02b (patch)
tree0eb889cdad3f269576e07e924f7ade15aa5bb990 /src/resources
parent6f0ffa44c1bca2927e3e1a337fa1ce7349bd0e66 (diff)
downloadgsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar.gz
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar.bz2
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar.lz
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar.xz
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.tar.zst
gsoc2013-epiphany-997b046b63c66566561402cfafc6d0a25322a02b.zip
e-window: add a smarter CopyEmailAddress action
It omits the mailto: in mail links and has a different string in the context menu, to make this clear. https://bugzilla.gnome.org/show_bug.cgi?id=688166
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/epiphany-ui.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/epiphany-ui.xml b/src/resources/epiphany-ui.xml
index 4afa856fe..976dddce4 100644
--- a/src/resources/epiphany-ui.xml
+++ b/src/resources/epiphany-ui.xml
@@ -49,6 +49,7 @@
<menuitem name="DownloadLinkAsLP" action="DownloadLinkAs"/>
<menuitem name="BookmarkLinkLP" action="BookmarkLink"/>
<menuitem name="CopyLinkAddressLP" action="CopyLinkAddress"/>
+ <menuitem name="CopyEmailAddressLP" action="CopyEmailAddress"/>
<separator />
<menuitem name="OpenImageLP" action="OpenImage"/>
<menuitem name="SaveImageAsLP" action="SaveImageAs"/>