Update of /cvsroot/tuxpaint/tuxpaint/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22631/src
Modified Files:
tuxpaint.c
Log Message:
Updated Japanese.
Fixed bug in language list that broke language support.
Index: tuxpaint.c
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/src/tuxpaint.c,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -d -r1.433 -r1.434
--- tuxpaint.c 2 Oct 2005 21:44:19 -0000 1.433
+++ tuxpaint.c 6 Oct 2005 06:17:17 -0000 1.434
@@ -606,6 +606,7 @@
"en",
"en_gb",
"es",
+ "es_mx",
"et",
"eu",
"fi",
@@ -648,7 +649,7 @@
"vi",
"wa",
"zh_cn",
- "zh_tw",
+ "zh_tw"
};
|