]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/obengine.c
add the shade button to the default layout
[chaz/openbox] / engines / openbox / obengine.c
index f3395669d4ddd7f749c6ec758fec7a69af1a9396..1ef502ae372a3be7c4b09bf0c163f2d365efa543 100644 (file)
@@ -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);
     }
 
This page took 0.020025 seconds and 4 git commands to generate.