Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-09 10:17:11 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-09 10:17:11 (GMT)
commit08693866e1d7b85df9d362eb4412e94959b3948d (patch)
treeb2cf21cb8003394e381f62a074339bf2fa6a17ef
parentf87a1b4d8bc5a086a4fb97f7e115ed86c4fd62fe (diff)
Slash -> Find
2005-05-09 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-window.c: Slash -> Find
-rw-r--r--ChangeLog7
-rw-r--r--data/evince-ui.xml2
-rw-r--r--shell/ev-window.c6
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82a35d3..8b4f96b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * data/evince-ui.xml:
+ * shell/ev-window.c:
+
+ Slash -> Find
+
2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
* configure.ac:
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index 3d08cc5..973a0d7 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -76,4 +76,6 @@
</toolbar>
<accelerator name="EscapeAccel" action="Escape"/>
+ <accelerator name="SlashAccel" action="Slash"/>
+
</ui>
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 2f102bf..652d435 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2260,8 +2260,12 @@ static const GtkActionEntry entries[] = {
N_("Leave fullscreen mode"),
G_CALLBACK (ev_window_cmd_leave_fullscreen) },
+ /* Accellerators */
{ "Escape", NULL, N_("Selection Caret"), "Escape", "",
- G_CALLBACK (ev_window_cmd_escape) }
+ G_CALLBACK (ev_window_cmd_escape) },
+ { "Slash", GTK_STOCK_FIND, NULL, "slash",
+ N_("Find a word or phrase in the document"),
+ G_CALLBACK (ev_window_cmd_edit_find) }
};
/* Toggle items */