[gtk+] Bloatpad: Add mnemonics to the menu
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Bloatpad: Add mnemonics to the menu
- Date: Mon, 19 Dec 2011 17:59:05 +0000 (UTC)
commit dd360d725c27cec8a7a41c083da38cb07279199c
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Dec 1 15:25:24 2011 -0500
Bloatpad: Add mnemonics to the menu
examples/bloatpad.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index 2c23ea0..5ec5f39 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -195,10 +195,10 @@ static GMenuModel *
get_menu (void)
{
menu = g_menu_new ();
- g_menu_append (menu, "Help", "app.help");
- g_menu_append (menu, "About Bloatpad", "win.about");
- g_menu_append (menu, "Fullscreen", "win.fullscreen");
- g_menu_append (menu, "Quit", "app.quit");
+ g_menu_append (menu, "_Help", "app.help");
+ g_menu_append (menu, "_About Bloatpad", "win.about");
+ g_menu_append (menu, "_Fullscreen", "win.fullscreen");
+ g_menu_append (menu, "_Quit", "app.quit");
g_menu_append (menu, "Add", "app.add");
return G_MENU_MODEL (menu);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]