Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > contrib-release-src > by-pkgid > c98fe300c0761ed623d43e989dc98370 > files > 2

fred-0.1.1-4mdv2009.0.src.rpm

--- fred/src/dialogs.cpp	2005-01-04 04:10:49.000000000 -0800
+++ fred/src/dialogs.cpp.new	2008-02-27 22:16:27.000000000 -0800
@@ -12,7 +12,7 @@
 
 
 int begin(Window &window, Images &images, const string &DATADIR) {
-	string fontName = DATADIR + "grease.ttf";
+	string fontName = "/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf";
 	TTF_Font *largeFont = NULL, *smallFont = NULL;
 	int done = 0;
 	SDL_Color gray = { 0xed, 0xed, 0xed, 0 };
--- fred/src/scoring.cpp	2005-01-04 04:10:49.000000000 -0800
+++ fred/src/scoring.cpp.new	2008-02-27 22:23:38.000000000 -0800
@@ -11,7 +11,7 @@
 #include "scoring.h"
 
 Scoring::Scoring(const string &DATADIR) {
-	fontName = DATADIR + "arial.ttf";
+	fontName = "/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf";
 	font = NULL;
 	gray.r = 0xed;
 	gray.g = 0xed;