diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
commit | c2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch) | |
tree | 81e11a9f97e19fded46d8a8934c871e69bec40af /games/xjumpjump | |
parent | Update to 2.0.36. (diff) |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=86172
Diffstat (limited to 'games/xjumpjump')
-rw-r--r-- | games/xjumpjump/files/patch-texts.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xjumpjump/files/patch-texts.h b/games/xjumpjump/files/patch-texts.h new file mode 100644 index 000000000000..371b534fcef4 --- /dev/null +++ b/games/xjumpjump/files/patch-texts.h @@ -0,0 +1,19 @@ +--- texts.h.orig Wed Jul 23 03:48:19 2003 ++++ texts.h Wed Jul 23 03:48:56 2003 +@@ -1,6 +1,6 @@ + + #define E_MY_PRGNAME "xjumpjump" +-#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by ++#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by \ + nihil (nihil@makosteszta.sote.hu)" + #define E_MY_TITLE "XJumpJump v0.12" + #define E_MY_TITLE2 "by nihil\nHungary\n1997.02.26" +@@ -9,7 +9,7 @@ + #define E_STR_PRACTISE "Hmm... practise a bit more!" + #define H_STR_PRACTISE "Hmm... gyakorolj még egy picit!" + #define E_STR_CONGRAT "Congratulations! You have succeed!" +-#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát ++#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát \ + leküzdened!" + + #define E_STR_BUT_NEW "New Game" |