[gtk+] gtk-demo: Change an accel



commit 09567d19a73b7992f702605790d7dc43139650e9
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 29 12:48:21 2015 -0400

    gtk-demo: Change an accel
    
    The application demo had a "Blue" and a "Bold" menuitem both with
    the Ctrl-B accel. This is confusing, since only one of them works.
    Change the accelerator for bold to Ctrl-Shift-B, so they both work.

 demos/gtk-demo/menus.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/gtk-demo/menus.ui b/demos/gtk-demo/menus.ui
index 0bbe11a..a0aecfa 100644
--- a/demos/gtk-demo/menus.ui
+++ b/demos/gtk-demo/menus.ui
@@ -91,7 +91,7 @@
         <item>
           <attribute name="label" translatable="yes">_Bold</attribute>
           <attribute name="action">win.bold</attribute>
-          <attribute name="accel">&lt;Primary&gt;b</attribute>
+          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;b</attribute>
         </item>
       </section>
     </submenu>


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