Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorGabriel Felipe Cornejo <gnomeusr@gmail.com>2006-12-09 17:22:27 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-12-09 17:22:27 (GMT)
commit0788c8b420efdf4f9bdcd89ec358067b4ab38ada (patch)
tree53b2a80e09053fa4a6bb75c2ed570e06056a79a8 /shell
parent8b69d82f4ea704482abaab911eaff1276e1de0c3 (diff)
Use stock icon for Select All action. Fixes bug #382652.
2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com> * data/evince-toolbar.xml: * shell/ev-window.c: Use stock icon for Select All action. Fixes bug #382652.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 8f2d8de..b3ad4ee 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -3678,7 +3678,7 @@ static const GtkActionEntry entries[] = {
/* Edit menu */
{ "EditCopy", GTK_STOCK_COPY, NULL, "<control>C", NULL,
G_CALLBACK (ev_window_cmd_edit_copy) },
- { "EditSelectAll", NULL, N_("Select _All"), "<control>A", NULL,
+ { "EditSelectAll", GTK_STOCK_SELECT_ALL, N_("Select _All"), "<control>A", NULL,
G_CALLBACK (ev_window_cmd_edit_select_all) },
{ "EditFind", GTK_STOCK_FIND, N_("_Find..."), "<control>F",
N_("Find a word or phrase in the document"),