Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b01fdec..409e882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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:
(pdf_document_file_exporter_begin_page),
(pdf_document_file_exporter_do_page),
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,