diff options
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 |