Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-05-25 17:39:59 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-05-25 17:39:59 (GMT)
commitd7c3daa817a982a9d700fbfadbbfdeaba38a5fdc (patch)
tree29aaa4333cc4492a66b6f014d161a82023268e89 /shell
parenta2fef76cd3e414028d5af037a3ff1913a3fdb7d3 (diff)
Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
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
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 3b72a8f..e981caf 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -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",