[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.13,1.14
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2004-01-14 13:51:44
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1:/tmp/cvs-serv1117 Modified Files: LngForm.pas Log Message: Chinese (Traditional) was invalid. Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** LngForm.pas 9 Jan 2004 17:51:19 -0000 1.13 --- LngForm.pas 14 Jan 2004 13:51:41 -0000 1.14 *************** *** 347,352 **** DoAdd('Greek' ,25, GREEK_CHARSET); DoAdd('Serbian (Cyr)',26, RUSSIAN_CHARSET); ! DoAdd('Croatian', 27, EASTEUROPE_CHARSET); ! DoAdd('Chinese (Traditional)', 28, CHINESEBIG5_CHARSET); end; --- 347,353 ---- DoAdd('Greek' ,25, GREEK_CHARSET); DoAdd('Serbian (Cyr)',26, RUSSIAN_CHARSET); ! DoAdd('Slovak', 27, EASTEUROPE_CHARSET); ! DoAdd('Croatian', 28, EASTEUROPE_CHARSET); ! DoAdd('Chinese (Traditional)', 29, CHINESEBIG5_CHARSET); end; |