diff options
Diffstat (limited to 'games/blackjack/files/patch-main.cpp')
-rw-r--r-- | games/blackjack/files/patch-main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/blackjack/files/patch-main.cpp b/games/blackjack/files/patch-main.cpp new file mode 100644 index 000000000000..f42e8af1c47a --- /dev/null +++ b/games/blackjack/files/patch-main.cpp @@ -0,0 +1,10 @@ +--- main.cpp.orig 1998-02-11 05:33:13.000000000 +0100 ++++ main.cpp 2011-07-01 11:00:18.000000000 +0200 +@@ -42,6 +42,7 @@ + + //***************************************************************************** + ++int + main ( int argc, char **argv ) { + QFont font("adobe", 12, QFont::Bold); + QFont::setDefaultFont(font);
\ No newline at end of file |