From: Nickolay V. Shmyrev Date: Tue, 20 Dec 2005 09:01:38 +0000 (+0000) Subject: Add shortcut for "save a copy" menu entry. Fix for the bug #324582. X-Git-Tag: EVINCE_0_5_0~58 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4799d9b27db47383f3944f49338d67e2c32f15fb;p=evince.git Add shortcut for "save a copy" menu entry. Fix for the bug #324582. * shell/ev-window.c: Add shortcut for "save a copy" menu entry. Fix for the bug #324582. --- diff --git a/ChangeLog b/ChangeLog index e9777fbd..65b09fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-20 Nickolay V. Shmyrev + + * shell/ev-window.c: + + Add shortcut for "save a copy" menu entry. Fix for + the bug #324582. + 2005-12-19 Nickolay V. Shmyrev * shell/ev-pixbuf-cache.c: (dispose_cache_job_info), diff --git a/shell/ev-window.c b/shell/ev-window.c index 974936f7..12d1f02a 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2844,7 +2844,8 @@ static const GtkActionEntry entries[] = { { "FileOpen", GTK_STOCK_OPEN, N_("_Open..."), "O", N_("Open an existing document"), G_CALLBACK (ev_window_cmd_file_open) }, - { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), NULL, NULL, + { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), "S", + N_("Save a copy of the current document"), G_CALLBACK (ev_window_cmd_save_as) }, { "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "P", N_("Print this document"),