From 5b323a936403eb7a31fa4b6d50a32e864152c5de Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 31 Mar 2003 23:04:32 +0000 Subject: [PATCH] add the shade button to the default layout --- engines/openbox/obengine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/openbox/obengine.c b/engines/openbox/obengine.c index f3395669..1ef502ae 100644 --- a/engines/openbox/obengine.c +++ b/engines/openbox/obengine.c @@ -712,7 +712,7 @@ static void layout_title(ObFrame *self) n = d = i = l = m = c = s = FALSE; if (!config_get("titlebar.layout", Config_String, &layout)) { - layout.string = "NDLIMC"; + layout.string = "NDSLIMC"; config_set("titlebar.layout", Config_String, layout); } -- 2.39.2