diff options
Diffstat (limited to 'games/actx/files/patch-ab')
-rw-r--r-- | games/actx/files/patch-ab | 55 |
1 files changed, 19 insertions, 36 deletions
diff --git a/games/actx/files/patch-ab b/games/actx/files/patch-ab index 3302704a84e8..c072aa4ec54c 100644 --- a/games/actx/files/patch-ab +++ b/games/actx/files/patch-ab @@ -1,36 +1,19 @@ -*** install.actxrc.org Thu Oct 21 00:59:57 1999 ---- install.actxrc Thu Oct 21 01:02:19 1999 -*************** Actx*titleOfMenuJ: ONE ¡Á µ±¤¯µ¨Àá¤Ø ¡Á -*** 8,14 **** - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: /usr/local/lib/actx - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - ---- 8,14 ---- - - Axtx*titleOfMenuE: ONE - for Bright Season - - -! Actx*xpmDir: %%ACTXDIR%% - - Actx*baloon.font: -*-fixed-medium-r-normal--14-* - -*************** Actx*baloon.foreground: HotPink -*** 16,22 **** - - Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: /usr/local/lib/actX/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - ---- 16,22 ---- - - Actx*baloon.foreground: AliceBlue - -! !Actx*sndDir: %%ACTXDIR%%/wav - - !Actx*sndCom: /usr/local/bin/wavplay -q %s - +--- install.actxrc.orig Mon Jan 29 00:20:52 2001 ++++ install.actxrc Mon Jan 29 00:19:34 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 |