From: Dana Jansens Date: Mon, 31 Mar 2003 23:04:32 +0000 (+0000) Subject: add the shade button to the default layout X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5b323a936403eb7a31fa4b6d50a32e864152c5de;p=chaz%2Fopenbox add the shade button to the default layout --- 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); }