diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-29 12:48:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-29 18:09:58 -0400 |
commit | 09567d19a73b7992f702605790d7dc43139650e9 (patch) | |
tree | 883b6079a1c24f0bc192b461f3d224e66c56590c /demos | |
parent | b371fb09fb3034d3ca25c4eaba10e0b861478773 (diff) | |
download | gtk+-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.ui | 2 |
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"><Primary>b</attribute> + <attribute name="accel"><Primary><Shift>b</attribute> </item> </section> </submenu> |