make NLIMC the default titlebar layout

This commit is contained in:
Dana Jansens 2003-04-06 00:09:51 +00:00
parent d6f9bc953a
commit aa26b219ec
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
# I - iconify button # I - iconify button
# M - maximize button # M - maximize button
# C - close button # C - close button
#titlebarLayout = "NDSLIMC" #titlebarLayout = "NLIMC"
# the font for the window titlebars # the font for the window titlebars
#font.title = "arial-8:bold" #font.title = "arial-8:bold"

View file

@ -127,7 +127,7 @@ void engine_startup()
module = NULL; module = NULL;
engine_name = g_strdup(DEFAULT_ENGINE); engine_name = g_strdup(DEFAULT_ENGINE);
engine_theme = NULL; engine_theme = NULL;
engine_layout = g_strdup("NDSLIMC"); engine_layout = g_strdup("NLIMC");
engine_font = g_strdup("Sans-7"); engine_font = g_strdup("Sans-7");
engine_shadow = FALSE; engine_shadow = FALSE;
engine_shadow_offset = 1; engine_shadow_offset = 1;