--- WPrefs.app/Expert.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c index aee45fb..888ccaa 100644 --- a/WPrefs.app/Expert.c +++ b/WPrefs.app/Expert.c @@ -78,12 +78,15 @@ static const struct { #ifdef XKB_MODELOCK { N_("Enable keyboard language switch button in window titlebars."), - /* default: */ False, OPTION_WMAKER, "KbdModeLock" } + /* default: */ False, OPTION_WMAKER, "KbdModeLock" }, #endif /* XKB_MODELOCK */ { N_("Enable window snapping."), /* default: */ False, OPTION_WMAKER, "WindowSnapping" }, + { N_("Return maximized windows to original geometry when moved."), + /* default: */ False, OPTION_WMAKER, "UnmaximizeOnMove" } + }; -- 1.9.1 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.