diff options
author | Jared Moore <cornflake.pirate@gmail.com> | 2007-06-05 19:18:01 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2007-06-05 19:18:01 +0800 |
commit | 83ee11c946e6584a54ee4a5a15116b9b4126b16d (patch) | |
tree | 15971e17db1e0263cde930f06e20a804564f6b3c | |
parent | 2cdefaae53a66ee800e4e9b1df85a4d5caa942f4 (diff) | |
download | gsoc2013-epiphany-83ee11c946e6584a54ee4a5a15116b9b4126b16d.tar.gz gsoc2013-epiphany-83ee11c946e6584a54ee4a5a15116b9b4126b16d.tar.zst gsoc2013-epiphany-83ee11c946e6584a54ee4a5a15116b9b4126b16d.zip |
Reviewed by: Christian Persch <chpe@gnome.org> Committed by: Wouter
2007-06-05 Jared Moore <cornflake.pirate@gmail.com>
Reviewed by: Christian Persch <chpe@gnome.org>
Committed by: Wouter Bolsterlee <wbolster@gnome.org>
* data/ui/epiphany-ui.xml:
Added 'select all' to context menu for text input areas. Bug #336739.
svn path=/trunk/; revision=7068
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-06-05 Jared Moore <cornflake.pirate@gmail.com> + + Reviewed by: Christian Persch <chpe@gnome.org> + Committed by: Wouter Bolsterlee <wbolster@gnome.org> + + * data/ui/epiphany-ui.xml: + + Added 'select all' to context menu for text input areas. Bug #336739. + 2007-06-04 Christian Persch <chpe@gnome.org> * embed/ephy-embed.c: (ephy_embed_load_url): diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index f0c5613fd..95bc9b691 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -111,6 +111,8 @@ <menuitem name="EditCopyIP" action="EditCopy"/> <menuitem name="EditPasteIP" action="EditPaste"/> <separator /> + <menuitem name="EditSelectAllIP" action="EditSelectAll"/> + <separator /> <menuitem name="OpenImageIP" action="OpenImage"/> <menuitem name="SaveImageAsIP" action="SaveImageAs"/> <menuitem name="SetImageAsBackgroundIP" action="SetImageAsBackground"/> |