Re-set LANG_JA in lang_use_own_font[], as Japanese was not rendering

properly.
(Shin-ichi showed: http://z1.plala.jp/tuxpaint/cvstest/sample.html
on 2005.Mar.18)
This commit is contained in:
William Kendrick 2005-03-19 20:59:57 +00:00
parent f90ecc86a0
commit 6165768ed2

View file

@ -22,12 +22,12 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt) (See COPYING.txt)
June 14, 2002 - March 10, 2005 June 14, 2002 - March 19, 2005
*/ */
#define VER_VERSION "0.9.15" #define VER_VERSION "0.9.15"
#define VER_DATE "2005-03-10" #define VER_DATE "2005-03-19"
/* Color depth for Tux Paint to run in, and store canvases in: */ /* Color depth for Tux Paint to run in, and store canvases in: */
@ -618,7 +618,7 @@ static int lang_use_own_font[] = {
// LANG_EL, // LANG_EL,
// LANG_HE, // LANG_HE,
LANG_HI, LANG_HI,
// LANG_JA, LANG_JA,
LANG_KO, LANG_KO,
LANG_TA, LANG_TA,
LANG_ZH_CN, LANG_ZH_CN,