change resize binding
This commit is contained in:
parent
5d5be2ba2a
commit
4717b9870c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void client_menu_startup()
|
||||||
|
|
||||||
acts = g_slist_prepend(NULL, action_from_string
|
acts = g_slist_prepend(NULL, action_from_string
|
||||||
("Resize", OB_USER_ACTION_MENU_SELECTION));
|
("Resize", OB_USER_ACTION_MENU_SELECTION));
|
||||||
menu_add_normal(menu, CLIENT_RESIZE, _("&Resize"), acts);
|
menu_add_normal(menu, CLIENT_RESIZE, _("Resi&ze"), acts);
|
||||||
|
|
||||||
menu_add_separator(menu, -1, NULL);
|
menu_add_separator(menu, -1, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue