[w3m-dev 04094] Re: option panel: gettextize select list
WATANABE Katsuyuki <[email protected]>
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
$BEOn5$G$9!#(B
SystemCharset $B$,(B EUC-JP(ja.po $B$NJ8;z%3!<%I(B) $B$G$O$J$$$H$-$K(B
$B?'$NA*Br;h$,J#?t2sJ8;z%3!<%IJQ49$NBP>]$K$J$C$F$$$^$7$?!#(B
$B$A$H$_$C$H$b$J$$$G$9$,!"$H$j$"$($:$3$s$J$H$3$m$G!#(B
Index: rc.c
===================================================================
RCS file: /cvsroot/w3m/w3m/rc.c,v
retrieving revision 1.97
diff -u -r1.97 rc.c
--- rc.c 15 Jul 2004 16:26:04 -0000 1.97
+++ rc.c 17 Jul 2004 08:04:39 -0000
@@ -1319,7 +1319,11 @@
p->comment =
wc_conv(_(p->comment), OptionCharset,
InnerCharset)->ptr;
- if (p->inputtype == PI_SEL_C) {
+ if (p->inputtype == PI_SEL_C
+#ifdef USE_COLOR
+ && p->select != colorstr
+#endif
+ ) {
for (s = (struct sel_c *)p->select; s->text != NULL; s++) {
s->text =
wc_conv(_(s->text), OptionCharset,