Dmitry Timoshkov : fonts: Fix a copy/ paste bug preventing correct generation of the

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 6 06:08:59 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 8698fe8f3c5fff8d9fcbe7d9232c5ccfc36c19f5
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=8698fe8f3c5fff8d9fcbe7d9232c5ccfc36c19f5

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Wed Jul  5 14:38:12 2006 +0900

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

---

 fonts/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fonts/Makefile.in b/fonts/Makefile.in
index ef9ab8c..68ddf1d 100644
--- a/fonts/Makefile.in
+++ b/fonts/Makefile.in
@@ -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-cvs mailing list