From c5495be1b3803a125c48d39d3ee34b86acc0bba0 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 19 Apr 2007 13:48:44 +0000 Subject: Change key accelerator for Open a Copy menu entry which is in conflict 2007-04-19 Carlos Garcia Campos * shell/ev-window.c: Change key accelerator for Open a Copy menu entry which is in conflict with Close. Fixes bug #427321. svn path=/trunk/; revision=2408 --- diff --git a/ChangeLog b/ChangeLog index c5df016..d27afef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-19 Carlos Garcia Campos + + * shell/ev-window.c: + + Change key accelerator for Open a Copy menu entry which is in conflict + with Close. Fixes bug #427321. + 2007-04-10 Nickolay V. Shmyrev * NEWS: diff --git a/shell/ev-window.c b/shell/ev-window.c index 7e9200c..7863c28 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4088,7 +4088,7 @@ static const GtkActionEntry entries[] = { { "FileOpen", GTK_STOCK_OPEN, N_("_Open..."), "O", N_("Open an existing document"), G_CALLBACK (ev_window_cmd_file_open) }, - { "FileOpenCopy", NULL, N_("Open a _Copy"), NULL, + { "FileOpenCopy", NULL, N_("Op_en a Copy"), NULL, 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..."), "S", -- cgit v0.9.1