[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.14,1.15
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2004-09-14 07:41:14
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30560 Modified Files: LngForm.pas Log Message: new language Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** LngForm.pas 14 Jan 2004 13:51:41 -0000 1.14 --- LngForm.pas 14 Sep 2004 07:41:06 -0000 1.15 *************** *** 350,353 **** --- 350,354 ---- DoAdd('Croatian', 28, EASTEUROPE_CHARSET); DoAdd('Chinese (Traditional)', 29, CHINESEBIG5_CHARSET); + DoAdd('Hebrew', 30, HEBREW_CHARSET); end; |