From 7c14df6eba151fcd87c21b86c39c4b8d6e699812 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 23 Feb 2004 04:31:35 +0000 Subject: [PATCH] simplify --- stepmania/stepmania.nsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 479ef8cb39..a7dcc65c18 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -106,10 +106,7 @@ IntCmpU $1 0 ok old_dx ok ; We can function without it (using WaveOut), so don't *require* this. old_dx: -MessageBox MB_YESNO|MB_ICONINFORMATION "The latest version of DirectX (8.1 or higher) is strongly recommended.$\n Do you wish to visit Microsoft's site now?" IDYES open_dx_page -Goto ok - -open_dx_page: +MessageBox MB_YESNO|MB_ICONINFORMATION "The latest version of DirectX (8.1 or higher) is strongly recommended.$\n Do you wish to visit Microsoft's site now?" IDNO ok ExecShell "" "http://www.microsoft.com/directx/" Abort