From 43501f32deb50079e9f9eb7131a838f9548817bf Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 11 Oct 2007 10:36:04 +0000 Subject: 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 --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 1a20d23..cb09db4 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, -- cgit v0.9.1