From 476ee936f00fd3f8f8fb1e32b9c64e65a684e1ef Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 7 Jan 2012 18:27:53 +0000 Subject: [PATCH] next trx to fix winxp stars --- src/gui/qt/gametable/myavatarlabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/gametable/myavatarlabel.cpp b/src/gui/qt/gametable/myavatarlabel.cpp index ac443778..ab2936cd 100644 --- a/src/gui/qt/gametable/myavatarlabel.cpp +++ b/src/gui/qt/gametable/myavatarlabel.cpp @@ -172,7 +172,7 @@ void MyAvatarLabel::refreshStars() #ifdef _WIN32 fontSize = "10"; - fontFamily = "font-family: \"Nimbus Sans L\";"; + fontFamily = "font-family: \"Bitstream Vera Sans\";"; #else #ifdef __APPLE__ fontSize = "7";