Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-04-19 13:48:44 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-04-19 13:48:44 (GMT)
commitc5495be1b3803a125c48d39d3ee34b86acc0bba0 (patch)
tree204657ba0e8440913fceca6573add7c2fe54cc32
parentefeb6c86881ae6137cfc35ffc86a929d9c10df00 (diff)
Change key accelerator for Open a Copy menu entry which is in conflict
2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org> * 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
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-window.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5df016..d27afef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * 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 <nshmyrev@yandex.ru>
* 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..."), "<control>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..."), "<control>S",