From 4799d9b27db47383f3944f49338d67e2c32f15fb Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Tue, 20 Dec 2005 09:01:38 +0000 Subject: 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 e9777fb..65b09fe 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 974936f..12d1f02 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"), -- cgit v0.9.1