]> www.fi.muni.cz Git - evince.git/commitdiff
Change key accelerator for Open a Copy menu entry which is in conflict
authorCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 19 Apr 2007 13:48:44 +0000 (13:48 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Thu, 19 Apr 2007 13:48:44 +0000 (13:48 +0000)
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

ChangeLog
shell/ev-window.c

index c5df016af3510764381c91ce79c7b31a25967ddb..d27afefa163cf138a497671ff4a7c1dfb0bbbeab 100644 (file)
--- 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:
index 7e9200c5a912334e6beb373e0f2c647b5e64db41..7863c28cf36592edb14fa6b8c06df214190ffcb1 100644 (file)
@@ -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",