]> www.fi.muni.cz Git - evince.git/commitdiff
Use F5 as presentation accell
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 11 Jul 2005 15:54:54 +0000 (15:54 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 11 Jul 2005 15:54:54 +0000 (15:54 +0000)
2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>

        * shell/ev-window.c:

        Use F5 as presentation accell

ChangeLog
shell/ev-window.c

index 05dfe5895ca0dbc0e243b62736665ae9c63d5b88..b1ab898ef44defa101e2441b7f5e87a8068acf73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-window.c:
+
+       Use F5 as presentation accell
+
 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * shell/ev-window.c: (update_chrome_visibility),
index 0c5ca3de7d91de859d39e012a4fbfb84f537d8f1..4ac2bb35ab08348e2e8a8dc2a7eda6e0e6a2474f 100644 (file)
@@ -2867,7 +2867,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
         { "ViewFullscreen", NULL, N_("_Fullscreen"), "F11",
           N_("Expand the window to fill the screen"),
           G_CALLBACK (ev_window_cmd_view_fullscreen) },
-        { "ViewPresentation", NULL, N_("_Presentation"), "F12",
+        { "ViewPresentation", NULL, N_("_Presentation"), "F5",
           N_("Run document as a presentation"),
           G_CALLBACK (ev_window_cmd_view_presentation) },
         { "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,