From: Dana Jansens Date: Wed, 25 Apr 2007 01:36:20 +0000 (+0000) Subject: change resize binding X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=4717b9870c48683dc1b0e862ab2a64886ec26378;p=chaz%2Fopenbox change resize binding --- diff --git a/openbox/client_menu.c b/openbox/client_menu.c index fc88025c..d8ac8e0b 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -241,7 +241,7 @@ void client_menu_startup() acts = g_slist_prepend(NULL, action_from_string ("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);