[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.22,1.23
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2005-07-15 14:04:20
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2267 Modified Files: LngForm.pas Log Message: ... Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** LngForm.pas 13 May 2005 14:37:19 -0000 1.22 --- LngForm.pas 15 Jul 2005 14:04:10 -0000 1.23 *************** *** 756,759 **** --- 756,761 ---- DoAdd('Galician', 32, ANSI_CHARSET); DoAdd('Estonian', 33, BALTIC_CHARSET); + DoAdd('Indonesian', 34, ANSI_CHARSET); + DoAdd('Slovenian', 35, EASTEUROPE_CHARSET); end; |