]> Dogcows Code - chaz/openbox/commitdiff
make NLIMC the default titlebar layout
authorDana Jansens <danakj@orodu.net>
Sun, 6 Apr 2003 00:09:51 +0000 (00:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 6 Apr 2003 00:09:51 +0000 (00:09 +0000)
data/rc3
openbox/engine.c

index 4ee41053c2381d803e5dcfd3dcdd532fac8569f0..c700fc3b18e2d9812eb9330f014eaf2561946853 100644 (file)
--- a/data/rc3
+++ b/data/rc3
@@ -35,7 +35,7 @@
 # I - iconify button
 # M - maximize button
 # C - close button
-#titlebarLayout = "NDSLIMC"
+#titlebarLayout = "NLIMC"
 
 # the font for the window titlebars
 #font.title = "arial-8:bold"
index 75446efc659704727fede7e349f9c554110b16fc..5012fecf872bb49bece7b00c186834361122ec3e 100644 (file)
@@ -127,7 +127,7 @@ void engine_startup()
     module = NULL;
     engine_name = g_strdup(DEFAULT_ENGINE);
     engine_theme = NULL;
-    engine_layout = g_strdup("NDSLIMC");
+    engine_layout = g_strdup("NLIMC");
     engine_font = g_strdup("Sans-7");
     engine_shadow = FALSE;
     engine_shadow_offset = 1;
This page took 0.025827 seconds and 4 git commands to generate.