aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 38bbc02..1d14949 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.95 2004/03/22 17:20:16 ukai Exp $ */
+/* $Id: rc.c,v 1.96 2004/04/22 16:34:08 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1320,9 +1320,11 @@ load_option_panel(void)
wc_conv(gettext(p->comment), OptionCharset,
InnerCharset)->ptr;
}
+#ifdef USE_COLOR
for (s = colorstr; s->text; s++)
s->text = wc_conv(gettext(s->text), OptionCharset,
InnerCharset)->ptr;
+#endif
OptionEncode = TRUE;
}
#endif