[Super-tux-commit] supertux/src/screen font.cpp,1.7,1.8
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-07-08 10:11:32
|
Update of /cvsroot/super-tux/supertux/src/screen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17490/src/screen Modified Files: font.cpp Log Message: I18N: - Also check without country code. ie. Germany is the same for German and Austria. - Only check for translation when the code asks for. (translatable flag) Index: font.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/screen/font.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- font.cpp 7 Jul 2004 22:47:06 -0000 1.7 +++ font.cpp 8 Jul 2004 10:11:07 -0000 1.8 @@ -151,7 +151,7 @@ } - reader->read_string("text", text); + reader->read_string("text", text, true); delete reader; names.clear(); |