[gthumb] gears menu: added the accelerators back to show them in the menu



commit 3fd201f4b9a5d7807e55933c6982d6fcc9981d20
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Oct 19 19:05:16 2013 +0200

    gears menu: added the accelerators back to show them in the menu

 gthumb/resources/gears-menu.ui |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/resources/gears-menu.ui b/gthumb/resources/gears-menu.ui
index f3c547f..87d58e0 100644
--- a/gthumb/resources/gears-menu.ui
+++ b/gthumb/resources/gears-menu.ui
@@ -6,11 +6,12 @@
       <item>
         <attribute name="label" translatable="yes">New _Window</attribute>
         <attribute name="action">app.new-window</attribute>
+        <attribute name="accel"><![CDATA[<Ctrl>n]]></attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Open…</attribute>
+        <attribute name="label" translatable="yes">Open _Location…</attribute>
         <attribute name="action">win.open-location</attribute>
-        <attribute name="accel"><![CDATA[<Ctrl>o]]></attribute>
+        <attribute name="accel"><![CDATA[<Ctrl>l]]></attribute>
       </item>
     </section>
     <section>
@@ -35,6 +36,7 @@
       <item>
         <attribute name="label" translatable="yes">Close _All Windows</attribute>
         <attribute name="action">app.quit</attribute>
+        <attribute name="accel"><![CDATA[<Ctrl>q]]></attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_Close</attribute>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]