* Fixed fortuntes path, closing ticket #5028.
* Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34208 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,9 +26,9 @@
|
|||||||
#define MAX_FAILS_BEFORE_BSOD 0
|
#define MAX_FAILS_BEFORE_BSOD 0
|
||||||
|
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
#define FORTUNE_FILE "/etc/fortunes/Fortunes"
|
# define FORTUNE_FILE "/boot/system/data/fortunes/Fortunes"
|
||||||
#else
|
#else
|
||||||
#define FORTUNE_FILE "/etc/fortunes/default"
|
# define FORTUNE_FILE "/etc/fortunes/default"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define KCMD_HELP "A funny KDL hangman game :-)"
|
#define KCMD_HELP "A funny KDL hangman game :-)"
|
||||||
|
|||||||
Reference in New Issue
Block a user