[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.23,1.24
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2006-01-25 13:45:10
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2396 Modified Files: LngForm.pas Log Message: Added UZBEK Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** LngForm.pas 15 Jul 2005 14:04:10 -0000 1.23 --- LngForm.pas 25 Jan 2006 13:45:00 -0000 1.24 *************** *** 758,761 **** --- 758,762 ---- DoAdd('Indonesian', 34, ANSI_CHARSET); DoAdd('Slovenian', 35, EASTEUROPE_CHARSET); + DoAdd('Uzbek', 36, TURKISH_CHARSET); end; |