From 384e1e78d4f3c1b2a61bde2b4d658ee8beeeac38 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 22 Jul 2010 21:58:25 +0000 Subject: [PATCH] windows font fix --- src/pokerth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokerth.cpp b/src/pokerth.cpp index 642de46d..c9ec75c3 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -113,7 +113,7 @@ int main( int argc, char **argv ) QFontDatabase::addApplicationFont (myAppDataPath +"fonts/c059013l.pfb"); #ifdef _WIN32 - QString font1String("QApplication, QWidget, QDialog { font-family: \"Arial\"; font-size: 12px; }"); + QString font1String("QApplication, QWidget, QDialog { font-size: 12px; }"); #else #ifdef __APPLE__ // QString font1String("font-family: \"Lucida Grande\";");