[w3m-dev 04094] Re: option panel: gettextize select list

* rc.c (load_option_panel): don't gettext&wc_conv colorstr
				several times
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2004-07-17 15:28:58 +00:00
parent 4b06a174e4
commit 8fb6d5aca5
2 changed files with 13 additions and 3 deletions

8
rc.c
View File

@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.97 2004/07/15 16:26:04 ukai Exp $ */
/* $Id: rc.c,v 1.98 2004/07/17 15:29:00 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1319,7 +1319,11 @@ load_option_panel(void)
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,