aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-06-06 03:41:29 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-06-06 03:41:29 +0800
commita648b3de0a6d8d5a4a34bebb6bb8950805662e1b (patch)
tree79ee1b971b9ea7b6ed3004db8885f3fee7627ecc /src
parent98190e1a3d9473be5bfb2567d868d5368004a2d2 (diff)
downloadgsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar.gz
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar.bz2
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar.lz
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar.xz
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.tar.zst
gsoc2013-epiphany-a648b3de0a6d8d5a4a34bebb6bb8950805662e1b.zip
Added GTK_STOCK_SELECT_ALL to SelectAll action.
2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-window.c: Added GTK_STOCK_SELECT_ALL to SelectAll action. svn path=/trunk/; revision=7071
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 0cd18268a..2675937d3 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -168,7 +168,7 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "EditDelete", GTK_STOCK_DELETE, NULL, NULL,
N_("Delete text"),
G_CALLBACK (window_cmd_edit_delete) },
- { "EditSelectAll", NULL, N_("Select _All"), "<control>A",
+ { "EditSelectAll", GTK_STOCK_SELECT_ALL, N_("Select _All"), "<control>A",
N_("Select the entire page"),
G_CALLBACK (window_cmd_edit_select_all) },
{ "EditFind", GTK_STOCK_FIND, N_("_Find…"), "<control>F",