Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-10-11 10:36:04 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-10-11 10:36:04 (GMT)
commit43501f32deb50079e9f9eb7131a838f9548817bf (patch)
tree877b503228be6ad7682045b58d1b04d7e2b92aa1 /shell
parent459160ed87739fa5bba5e96d0b53c6fd3bbce6b7 (diff)
Fix conflicting shortcut for view sade pane and presentation.
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
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
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,