Renaming the submenu of the window menu that brings up other maximization options, e.g., maximize vertically, maximize top half, maximus, etc., so as to not stand out as much. Patch at the suggestion of Christophe Curis. --- src/winmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/winmenu.c b/src/winmenu.c index a957ca7..331aedf 100644 --- a/src/winmenu.c +++ b/src/winmenu.c @@ -547,7 +547,7 @@ static WMenu *createWindowMenu(WScreen * scr) entry = wMenuAddCallback(menu, _("Maximize"), execMenuCommand, NULL); entry->rtext = GetShortcutKey(wKeyBindings[WKBD_MAXIMIZE]); - entry = wMenuAddCallback(menu, _("Other maximization options"), NULL, NULL); + entry = wMenuAddCallback(menu, _("Other maximization"), NULL, NULL); wMenuEntrySetCascade(menu, entry, makeMaximizeMenu(scr)); entry = wMenuAddCallback(menu, _("Miniaturize"), execMenuCommand, NULL); -- 1.8.1.2 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.