]> www.fi.muni.cz Git - evince.git/commitdiff
Slash -> Find
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 9 May 2005 10:17:11 +0000 (10:17 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 9 May 2005 10:17:11 +0000 (10:17 +0000)
2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>

        * data/evince-ui.xml:
        * shell/ev-window.c:

        Slash -> Find

ChangeLog
data/evince-ui.xml
shell/ev-window.c

index 82a35d3602a14584b334f8dcbdf2f74f8e27295b..8b4f96bfd4e7d753db72426b27e03c3c2164536c 100644 (file)
--- 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:
index 3d08cc5cee4062d182b4acac6809a29be3b6d574..973a0d7100f4e1aea513e5fc175b7de85664ca4c 100644 (file)
@@ -76,4 +76,6 @@
   </toolbar>
 
   <accelerator name="EscapeAccel" action="Escape"/>
+  <accelerator name="SlashAccel" action="Slash"/>
+
 </ui>
index 2f102bf6da14b281a0a35e3d661934bf80a38d61..652d435552020d6f4f1d25758cb61a9e1995c502 100644 (file)
@@ -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 */