summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-05 17:44:03 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-19 12:51:11 -0500
commit073a9244812e6841bc48e2dff8a158d81a309d9e (patch)
tree69b3a2e49dff5dff40f4c196feaf8726f8f2bcc6 /examples
parentf7244431a9c8d01e348993aaf5d05420c3f7523d (diff)
downloadgtk+-073a9244812e6841bc48e2dff8a158d81a309d9e.tar.gz
Bloatpad: Add an accelerator in the menu
Diffstat (limited to 'examples')
-rw-r--r--examples/bloatpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index 50e30b0d65..368c81fc80 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -195,7 +195,7 @@ bloat_pad_startup (GApplication *application)
" <item label='_About Bloatpad' action='app.about'/>"
" </section>"
" <section>"
- " <item label='_Quit' action='app.quit'/>"
+ " <item label='_Quit' action='app.quit' accel='<Primary>q'/>"
" </section>"
" </menu>"
" <menu id='menubar'>"