evince r3043 - in trunk: . shell



Author: carlosgc
Date: Sun May 25 17:39:59 2008
New Revision: 3043
URL: http://svn.gnome.org/viewvc/evince?rev=3043&view=rev

Log:
2008-05-25  Carlos Garcia Campos  <carlosgc gnome org>

	* shell/ev-window.c:

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


Modified:
   trunk/ChangeLog
   trunk/shell/ev-window.c

Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c	(original)
+++ trunk/shell/ev-window.c	Sun May 25 17:39:59 2008
@@ -4193,7 +4193,7 @@
 	{ "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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]