localis von print_curses

This commit is contained in:
Katja Zedel 2001-05-27 10:11:36 +00:00
parent 33032de384
commit e4afb526ad
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ print_curses(FILE *F, const void * obj, typ_t typ, const attrib *a, int self, in
(data->value==1 ? "t" : "en"), (data->value==1 ? "t" : "en"),
data->value, data->value,
(data->value==1 ? "" : "en"), (data->value==1 ? "" : "en"),
LOC(NULL, resourcename(data->type->itype->rtype, 0))); LOC(default_locale, resourcename(data->type->itype->rtype, 0)));
rnl(F); rnl(F);
rparagraph(F, buf, indent, 0); rparagraph(F, buf, indent, 0);
} }