[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.15,1.16
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2004-11-29 15:55:06
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13972 Modified Files: LngForm.pas Log Message: Added Galician. Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** LngForm.pas 14 Sep 2004 07:41:06 -0000 1.15 --- LngForm.pas 29 Nov 2004 15:54:42 -0000 1.16 *************** *** 350,354 **** DoAdd('Croatian', 28, EASTEUROPE_CHARSET); DoAdd('Chinese (Traditional)', 29, CHINESEBIG5_CHARSET); ! DoAdd('Hebrew', 30, HEBREW_CHARSET); end; --- 350,356 ---- DoAdd('Croatian', 28, EASTEUROPE_CHARSET); DoAdd('Chinese (Traditional)', 29, CHINESEBIG5_CHARSET); ! DoAdd('Catalan', 30, ANSI_CHARSET); ! DoAdd('Hebrew', 31, HEBREW_CHARSET); ! DoAdd('Galician', 32, ANSI_CHARSET); end; |