diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-25 22:58:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-25 22:58:47 +0000 |
commit | d6c451d4283175e52ee393f1ca70a9a0848478a8 (patch) | |
tree | d2c41cd34f71a8d829daaf51e299a5ea0ea80141 /games/foobillard/files | |
parent | 8e59b0dcd4bc3a1e5b979717da83208e5ffe6003 (diff) | |
download | ports-d6c451d4283175e52ee393f1ca70a9a0848478a8.tar.gz ports-d6c451d4283175e52ee393f1ca70a9a0848478a8.zip |
Notes
Diffstat (limited to 'games/foobillard/files')
-rw-r--r-- | games/foobillard/files/patch-option.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/foobillard/files/patch-option.h b/games/foobillard/files/patch-option.h new file mode 100644 index 000000000000..7d79043d598d --- /dev/null +++ b/games/foobillard/files/patch-option.h @@ -0,0 +1,15 @@ +--- src/options.h.orig Fri Jan 19 16:13:40 2007 ++++ src/options.h Fri Jan 19 16:14:41 2007 +@@ -97,9 +97,9 @@ + #define options_shared_data_path "/usr/local/shared/foobillard" + + #define options_player_fontname "iomanoid.ttf" +-#define options_help_fontname "youregon.ttf" +-#define options_menu_fontname "youregon.ttf" +-#define options_winner_fontname "youregon.ttf" ++#define options_help_fontname "bluebold.ttf" ++#define options_menu_fontname "bluebold.ttf" ++#define options_winner_fontname "bluebold.ttf" + #define options_ball_fontname "bluebold.ttf" + #define options_score_fontname "bluebold.ttf" + #define options_roster_fontname "bluebold.ttf" |