diff options
| author | lempamo <[email protected]> | 2017-03-31 10:12:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 10:12:01 -0400 |
| commit | 2efdd671c2eae9788e8366e23c8d731c8d2e14fb (patch) | |
| tree | 240a3ee856aa50f83a7a900681b0f62f829f03bd /TimeHACK.Main/WinClassicForms | |
| parent | d009e515e32048ec44116fcc7acc18b53de18e80 (diff) | |
| download | histacom2-2efdd671c2eae9788e8366e23c8d731c8d2e14fb.tar.gz histacom2-2efdd671c2eae9788e8366e23c8d731c8d2e14fb.tar.bz2 histacom2-2efdd671c2eae9788e8366e23c8d731c8d2e14fb.zip | |
webchat setup is showing!
Diffstat (limited to 'TimeHACK.Main/WinClassicForms')
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs b/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs index 0e0c6fd..857c3b8 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs @@ -58,7 +58,7 @@ namespace TimeHACK.WinClassicForms } if (appName.Text == "Downloading: Web Chat") { - Windows95.desktopicons.Items.Add("Web Chat Setup", imageIndex: 11); + TitleScreen.frm95.desktopicons.Items.Add("Web Chat Setup", imageIndex: 11); } if (appName.Text == "Downloading: hwcv.exe") { |
