[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.11,1.12
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2003-10-14 15:16:09
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1:/tmp/cvs-serv24549 Modified Files: LngForm.pas Log Message: Support for Croatian Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** LngForm.pas 4 Jul 2002 11:09:10 -0000 1.11 --- LngForm.pas 14 Oct 2003 15:15:59 -0000 1.12 *************** *** 347,350 **** --- 347,351 ---- DoAdd('Greek' ,25, GREEK_CHARSET); DoAdd('Serbian (Cyr)',26, RUSSIAN_CHARSET); + DoAdd('Croatian', 27, EASTEUROPE_CHARSET); end; |