From 43501f32deb50079e9f9eb7131a838f9548817bf Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 11 Oct 2007 10:36:04 +0000 Subject: [PATCH] Fix conflicting shortcut for view sade pane and presentation. 2007-10-11 Carlos Garcia Campos * shell/ev-window.c: Fix conflicting shortcut for view sade pane and presentation. svn path=/trunk/; revision=2701 --- ChangeLog | 6 ++++++ shell/ev-window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b01fdec0..409e8825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-11 Carlos Garcia Campos + + * shell/ev-window.c: + + Fix conflicting shortcut for view sade pane and presentation. + 2007-10-11 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: diff --git a/shell/ev-window.c b/shell/ev-window.c index 1a20d234..cb09db46 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -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, -- 2.43.5