]> www.fi.muni.cz Git - evince.git/commitdiff
Add shortcut for "save a copy" menu entry. Fix for the bug #324582.
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 20 Dec 2005 09:01:38 +0000 (09:01 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 20 Dec 2005 09:01:38 +0000 (09:01 +0000)
* shell/ev-window.c:

Add shortcut for "save a copy" menu entry. Fix for
the bug #324582.

ChangeLog
shell/ev-window.c

index e9777fbd456a6f3e3e1f5d2288d54423c00edac2..65b09fe80c6f757fd83ea7d4d768f9925fcff64b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c:
+       
+       Add shortcut for "save a copy" menu entry. Fix for
+       the bug #324582.
+
 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
index 974936f76344ef2d6b13424cd1d61a62adf4d3ac..12d1f02a9617d94fdc021dfd673ba83a2389021f 100644 (file)
@@ -2844,7 +2844,8 @@ static const GtkActionEntry entries[] = {
        { "FileOpen", GTK_STOCK_OPEN, N_("_Open..."), "<control>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..."), "<control>S",
+         N_("Save a copy of the current document"),
          G_CALLBACK (ev_window_cmd_save_as) },
        { "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "<control>P",
          N_("Print this document"),