hedgewars/uUtils.pas
branchhedgeroid
changeset 5639 ebe9858eb6a3
parent 5299 ab899b056f77
child 5661 45618bdce725
--- a/hedgewars/uUtils.pas	Sun Aug 21 22:16:55 2011 +0200
+++ b/hedgewars/uUtils.pas	Sun Aug 21 22:17:40 2011 +0200
@@ -278,7 +278,7 @@
     tmpstr: array[0..256] of WideChar;
 begin
 
-{$IFNDEF IPHONEOS}
+{$IFNDEF MOBILE}
 // remove chinese fonts for now
 if (font >= CJKfnt16) or (length(s) = 0) then
 {$ENDIF}