Make GoldED+ behave well with DST. Change in CfgFormat patch.

This commit is contained in:
Jacobo Tarrío
2000-10-06 23:16:09 +00:00
parent 324ac58736
commit a139901f24
11 changed files with 50 additions and 14 deletions

View File

@@ -428,6 +428,10 @@ char* strxmimecpy(char* dest, const char* source, int level, int size, bool dete
if(need_reload) {
table = LoadCharset(NULL, NULL, 1);
level = LoadCharset(charset, CFG->xlatlocalset);
if (!level) {
strcpy(charset, CFG->xlatimport);
level = LoadCharset(charset, CFG->xlatlocalset);
}
}
XlatStr(buf, buf2, level, CharTable);