diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 16:09:26 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 16:09:26 +0000 |
commit | 2624e5c522fa76a7997dd59b43333c70d81a105a (patch) | |
tree | 645088410a4fc2ae1051cde0e3ae301bc67c1db2 /games/actx/files/patch-ad | |
parent | Upgrade to version 1.0.3 (diff) |
Update to version 1.01
PR: 24709
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37759
Diffstat (limited to 'games/actx/files/patch-ad')
-rw-r--r-- | games/actx/files/patch-ad | 54 |
1 files changed, 19 insertions, 35 deletions
diff --git a/games/actx/files/patch-ad b/games/actx/files/patch-ad index 221e9fc83504..33c2d2ff3f21 100644 --- a/games/actx/files/patch-ad +++ b/games/actx/files/patch-ad @@ -1,35 +1,19 @@ -*** samples/sample.actxrc.orig Sun Oct 17 00:17:16 1999 ---- samples/sample.actxrc Thu Oct 21 01:38:29 1999 -*************** Actx*titleOfMenuJ: ONE ¡Á µ±¤¯µ¨Àá¤Ø ¡Á -*** 8,22 **** - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: /usr/local/lib/actx - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - - Actx*baloon.foreground: HotPink - -! Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: /usr/local/lib/actX/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - ---- 8,22 ---- - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: %%ACTXDIR%% - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - - Actx*baloon.foreground: HotPink - -! !Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: %%ACTXDIR%%/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - +--- samples/sample.actxrc.orig Mon Jan 29 00:24:39 2001 ++++ samples/sample.actxrc Mon Jan 29 00:25:31 2001 +@@ -8,7 +8,7 @@ + + Axtx*titleOfMenuE: ONE - for Bright Season - + +-Actx*xpmDir: /usr/local/lib/actx ++Actx*xpmDir: %%ACTXDIR%% + + Actx*balloon.font: -*-fixed-medium-r-normal--14-* + +@@ -23,7 +23,7 @@ + !Actx*balloon.style: standard + Actx*balloon.style: wmaker + +-!Actx*sndDir: /usr/local/lib/actX/wav ++!Actx*sndDir: %%ACTXDIR%%/wav + + !Actx*sndCom: /usr/local/bin/wavplay -q %s |