From 6165768ed237501495a6070c952aa66251a54627 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sat, 19 Mar 2005 20:59:57 +0000 Subject: [PATCH] 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) --- src/tuxpaint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 18d160c57..155be8d29 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,12 +22,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - March 10, 2005 + June 14, 2002 - March 19, 2005 */ #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: */ @@ -618,7 +618,7 @@ static int lang_use_own_font[] = { // LANG_EL, // LANG_HE, LANG_HI, -// LANG_JA, + LANG_JA, LANG_KO, LANG_TA, LANG_ZH_CN,