evince r3043 - in trunk: . shell
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3043 - in trunk: . shell
- Date: Sun, 25 May 2008 17:39:59 +0000 (UTC)
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]