diff options
| author | lempamo <[email protected]> | 2017-03-28 17:15:32 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-28 17:15:32 -0400 |
| commit | 4542c55eba42732a1c67f1be39776949a4555023 (patch) | |
| tree | 7dd4599e58ec36aa7b3cf9ae72b48b39d28546ce /TimeHACK.Main/WinClassicForms | |
| parent | 3e99bcce462eba94370bfffab5af9ceccdf99ebd (diff) | |
| download | histacom2-4542c55eba42732a1c67f1be39776949a4555023.tar.gz histacom2-4542c55eba42732a1c67f1be39776949a4555023.tar.bz2 histacom2-4542c55eba42732a1c67f1be39776949a4555023.zip | |
added setup things
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 4cdcd43..0e0c6fd 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicDownloader.cs @@ -62,7 +62,7 @@ namespace TimeHACK.WinClassicForms } if (appName.Text == "Downloading: hwcv.exe") { - Windows95.desktopicons.Items.Add("hwcv.exe", imageIndex: 11); + Windows95.desktopicons.Items.Add("hwcv.exe", imageIndex: 14); } if (appName.Text == "Downloading: Time Distorter") { |
