From: Marco Pesenti Gritti Date: Mon, 11 Jul 2005 15:54:54 +0000 (+0000) Subject: Use F5 as presentation accell X-Git-Tag: EVINCE_0_3_3~121 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=0202a575af908e78d0fd9c2a1730989f499d2fb3;p=evince.git Use F5 as presentation accell 2005-07-11 Marco Pesenti Gritti * shell/ev-window.c: Use F5 as presentation accell --- diff --git a/ChangeLog b/ChangeLog index 05dfe589..b1ab898e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-11 Marco Pesenti Gritti + + * shell/ev-window.c: + + Use F5 as presentation accell + 2005-07-11 Marco Pesenti Gritti * shell/ev-window.c: (update_chrome_visibility), diff --git a/shell/ev-window.c b/shell/ev-window.c index 0c5ca3de..4ac2bb35 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2867,7 +2867,7 @@ static const GtkToggleActionEntry toggle_entries[] = { { "ViewFullscreen", NULL, N_("_Fullscreen"), "F11", N_("Expand the window to fill the screen"), G_CALLBACK (ev_window_cmd_view_fullscreen) }, - { "ViewPresentation", NULL, N_("_Presentation"), "F12", + { "ViewPresentation", NULL, N_("_Presentation"), "F5", N_("Run document as a presentation"), G_CALLBACK (ev_window_cmd_view_presentation) }, { "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,