From 6d26e57fd4519cea330f51e491bfe54cc347719a Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 12 Sep 2017 19:53:35 -0500 Subject: Various fixes (Bug fix/UI Cleanup #3) Made the AboutBox95 UI prettier, and fixed a gamebreaking bug (found by CollinGCoder) --- Histacom2/OS/Win95/Win95.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Histacom2/OS') diff --git a/Histacom2/OS/Win95/Win95.cs b/Histacom2/OS/Win95/Win95.cs index 8188b7e..08ab9df 100644 --- a/Histacom2/OS/Win95/Win95.cs +++ b/Histacom2/OS/Win95/Win95.cs @@ -312,6 +312,10 @@ namespace Histacom2.OS.Win95 { //wm.StartInfobox95("Win32 Application", "That is not a valid Win32 Application.", Properties.Resources.Win95Error); } + else if (objListViewItem.Text == "Online Services") + { + wm.StartInfobox95("Caught it!", "If you were to run this, the game would crash!\nLuckily, it won't crash this time!", InfoboxType.Error, InfoboxButtons.OK); + } else { // It is an actual file on the disk -- cgit v1.2.3