mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
moo
This commit is contained in:
parent
d41d7c2ec1
commit
43585ec158
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ namespace CodeImp.DoomBuilder
|
|||
|
||||
// Ask the user to download DirectX
|
||||
if(MessageBox.Show("This application requires the latest version of Microsoft DirectX installed on your computer." + Environment.NewLine +
|
||||
"Do you want to install and update Microsoft DirectX now?", "DirectX Error", System.Windows.Forms.MessageBoxButtons.YesNo,
|
||||
"Do you want to install and/or update Microsoft DirectX now?", "DirectX Error", System.Windows.Forms.MessageBoxButtons.YesNo,
|
||||
System.Windows.Forms.MessageBoxIcon.Exclamation) == System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
// Open DX web setup
|
||||
|
|
Loading…
Reference in a new issue