[glade/gbinding] Add mnemonics to property binding context menu items in inspector



commit bbe8dc0a539853cc37bdbc5a657ab0a80af1caa0
Author: Denis Washington <denisw src gnome org>
Date:   Sun Aug 14 16:49:30 2011 +0200

    Add mnemonics to property binding context menu items in inspector

 gladeui/glade-popup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gladeui/glade-popup.c b/gladeui/glade-popup.c
index 82b3564..c8a5174 100644
--- a/gladeui/glade-popup.c
+++ b/gladeui/glade-popup.c
@@ -695,11 +695,11 @@ glade_popup_property_pop (GladeProperty * property, GdkEventButton * event)
   popup_menu = gtk_menu_new ();
 
   if (glade_property_get_binding_source (property))
-    glade_popup_append_item (popup_menu, 0, _("Unbind"),
+    glade_popup_append_item (popup_menu, 0, _("_Unbind"),
                              NULL, TRUE, glade_popup_unbind_property_cb,
                              property);
 
-  glade_popup_append_item (popup_menu, 0, _("Bind to source..."),
+  glade_popup_append_item (popup_menu, 0, _("_Bind to source..."),
                            NULL, TRUE, glade_popup_bind_property_cb, property);
 
   glade_popup_append_item (popup_menu, GTK_STOCK_CLEAR, _("Set default value"),



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