]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
let you specify shortcuts in your menus. change & to be _ for shortcut selection
[chaz/openbox] / openbox / client_list_combined_menu.c
index c979253f129f908d890ca2ca03bfe7d26e996fb9..556245df3981970e61471c1248478924d1680afa 100644 (file)
@@ -96,8 +96,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
     }
 
     menu_add_separator(menu, CLIENT, _("Manage desktops"));
-    menu_add_normal(menu, ADD_DESKTOP, _("&Add new desktop"), NULL, TRUE);
-    menu_add_normal(menu, REMOVE_DESKTOP, _("&Remove last desktop"),
+    menu_add_normal(menu, ADD_DESKTOP, _("_Add new desktop"), NULL, TRUE);
+    menu_add_normal(menu, REMOVE_DESKTOP, _("_Remove last desktop"),
                     NULL, TRUE);
 
     return TRUE; /* always show the menu */
This page took 0.022691 seconds and 4 git commands to generate.