From aa26b219ecf2b9a427ad02f912f891c6ed387aaf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 Apr 2003 00:09:51 +0000 Subject: make NLIMC the default titlebar layout --- openbox/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/engine.c') diff --git a/openbox/engine.c b/openbox/engine.c index 75446efc..5012fecf 100644 --- a/openbox/engine.c +++ b/openbox/engine.c @@ -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; -- cgit v1.2.3