]> www.fi.muni.cz Git - evince.git/commitdiff
Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 25 May 2008 17:39:59 +0000 (17:39 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 25 May 2008 17:39:59 +0000 (17:39 +0000)
2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/ev-window.c:

Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.

svn path=/trunk/; revision=3043

ChangeLog
shell/ev-window.c

index b212d66045f4e6e88f4c4371bddfcb3e7bd32260..274f7462745ff95daba923a76c9656d39b94dc9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c:
+
+       Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
+       
 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_send),
index 3b72a8f7b299670d2381cb511c19258f2d2a6f7b..e981cafc96f536120856841abad547737a342303 100644 (file)
@@ -4193,7 +4193,7 @@ static const GtkActionEntry entries[] = {
        { "FileOpen", GTK_STOCK_OPEN, N_("_Open..."), "<control>O",
          N_("Open an existing document"),
          G_CALLBACK (ev_window_cmd_file_open) },
-       { "FileOpenCopy", NULL, N_("Op_en a Copy"), NULL,
+       { "FileOpenCopy", NULL, N_("Op_en a Copy"), "<control>N",
          N_("Open a copy of the current document in a new window"),
          G_CALLBACK (ev_window_cmd_file_open_copy) },
                { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), "<control>S",