Fix a copy/paste bug preventing correct generation of the System font for codepages 1256 and 1257

Dmitry Timoshkov dmitry at codeweavers.com
Wed Jul 5 00:38:12 CDT 2006


Hello,

Changelog:
    Fix a copy/paste bug preventing correct generation of the System font
    for codepages 1256 and 1257.

--- cvs/hq/wine/fonts/Makefile.in	2006-04-04 12:45:30.000000000 +0900
+++ wine/fonts/Makefile.in	2006-07-05 14:22:54.000000000 +0900
@@ -334,10 +334,10 @@ vgas1255.fon: system-1255-96-16.fnt $(FN
 	$(FNT2FON) system-1255-96-16.fnt $@
 
 vgas1256.fon: system-1256-96-16.fnt $(FNT2FON)
-	$(FNT2FON) system-1255-96-16.fnt $@
+	$(FNT2FON) system-1256-96-16.fnt $@
 
 vgas1257.fon: system-1257-96-16.fnt $(FNT2FON)
-	$(FNT2FON) system-1255-96-16.fnt $@
+	$(FNT2FON) system-1257-96-16.fnt $@
 
 vgas874.fon: system-874-96-16.fnt $(FNT2FON)
 	$(FNT2FON) system-874-96-16.fnt $@





More information about the wine-patches mailing list