summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-08-29 12:48:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-08-29 18:09:58 -0400
commit09567d19a73b7992f702605790d7dc43139650e9 (patch)
tree883b6079a1c24f0bc192b461f3d224e66c56590c /demos
parentb371fb09fb3034d3ca25c4eaba10e0b861478773 (diff)
downloadgtk+-09567d19a73b7992f702605790d7dc43139650e9.tar.gz
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.
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/menus.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/menus.ui b/demos/gtk-demo/menus.ui
index 0bbe11a8d9..a0aecfa1e6 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>