diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-12 20:15:59 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-12 20:15:59 -0500 |
| commit | aa7ec83d57080044ff74ee6dbc03a84af56e3ab9 (patch) | |
| tree | 2e702ab5829211d6cb85c88618d57eb02ea1fc0e /Histacom2 | |
| parent | 19d12dd94bcbc7888492ec8dbdea8f21cd5d4fe1 (diff) | |
| download | histacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.tar.gz histacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.tar.bz2 histacom2-aa7ec83d57080044ff74ee6dbc03a84af56e3ab9.zip | |
UI Cleanup #4
Fixed the AboutInfobox95 UI
Diffstat (limited to 'Histacom2')
| -rw-r--r-- | Histacom2/OS/Win95/Win95.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
