]> www.fi.muni.cz Git - evince.git/commitdiff
Fix conflicting shortcut for view sade pane and presentation.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 11 Oct 2007 10:36:04 +0000 (10:36 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Thu, 11 Oct 2007 10:36:04 +0000 (10:36 +0000)
2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/ev-window.c:
Fix conflicting shortcut for view sade pane and presentation.

svn path=/trunk/; revision=2701

ChangeLog
shell/ev-window.c

index b01fdec0aacb9b0e21a09f6fef01cc75a1d7389c..409e8825a8406bcb5441e4c45874248f577efe3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c:
+
+       Fix conflicting shortcut for view sade pane and presentation.
+       
 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc:
index 1a20d23449d931f8459c1c20623e80b0b86091d6..cb09db468697f1e77aab13028134ee7950b7b241 100644 (file)
@@ -4437,7 +4437,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
         { "ViewFullscreen", GTK_STOCK_FULLSCREEN, N_("_Fullscreen"), "F11",
           N_("Expand the window to fill the screen"),
           G_CALLBACK (ev_window_cmd_view_fullscreen) },
-        { "ViewPresentation", EV_STOCK_RUN_PRESENTATION, N_("_Presentation"), "F5",
+        { "ViewPresentation", EV_STOCK_RUN_PRESENTATION, N_("Pre_sentation"), "F5",
           N_("Run document as a presentation"),
           G_CALLBACK (ev_window_cmd_view_presentation) },
         { "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,