[w3m-dev 04066] --disable-color
* rc.c (load_option_panel): #ifdef USE_COLOR From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-04-23 SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 04066] --disable-color
|
||||||
|
* rc.c (load_option_panel): #ifdef USE_COLOR
|
||||||
|
|
||||||
2004-04-22 Masao Uebayashi <uebayasi@pultek.co.jp>
|
2004-04-22 Masao Uebayashi <uebayasi@pultek.co.jp>
|
||||||
|
|
||||||
* fix build error for --enable-m17n --disable-unicode
|
* fix build error for --enable-m17n --disable-unicode
|
||||||
@@ -8448,4 +8453,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
|||||||
* release-0-2-1
|
* release-0-2-1
|
||||||
* import w3m-0.2.1
|
* import w3m-0.2.1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.920 2004/04/21 16:42:17 ukai Exp $
|
$Id: ChangeLog,v 1.921 2004/04/22 16:34:08 ukai Exp $
|
||||||
|
|||||||
4
rc.c
4
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.
|
* Initialization file etc.
|
||||||
*/
|
*/
|
||||||
@@ -1320,9 +1320,11 @@ load_option_panel(void)
|
|||||||
wc_conv(gettext(p->comment), OptionCharset,
|
wc_conv(gettext(p->comment), OptionCharset,
|
||||||
InnerCharset)->ptr;
|
InnerCharset)->ptr;
|
||||||
}
|
}
|
||||||
|
#ifdef USE_COLOR
|
||||||
for (s = colorstr; s->text; s++)
|
for (s = colorstr; s->text; s++)
|
||||||
s->text = wc_conv(gettext(s->text), OptionCharset,
|
s->text = wc_conv(gettext(s->text), OptionCharset,
|
||||||
InnerCharset)->ptr;
|
InnerCharset)->ptr;
|
||||||
|
#endif
|
||||||
OptionEncode = TRUE;
|
OptionEncode = TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user