diff options
| author | lempamo <[email protected]> | 2017-08-05 13:41:09 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-05 13:41:09 -0400 |
| commit | bc8577b76162054e47e93f0ada8b2fedf95cd80a (patch) | |
| tree | 068b78cc6f513658cc4589167b4d8516cee71003 /TimeHACK.Main/GlobalPrograms | |
| parent | 4084b7f6e83cdc52114b3b9e579d5d7f505174d1 (diff) | |
| download | histacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.tar.gz histacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.tar.bz2 histacom2-bc8577b76162054e47e93f0ada8b2fedf95cd80a.zip | |
FTP Client Finished
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms')
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs index 2cea80b..567b8e6 100644 --- a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs @@ -43,6 +43,9 @@ namespace TimeHACK.OS.Win95.Win95Apps case "Downloading: Web Chat 1998": CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11, 34846); break; + case "Downloading: Time Distorter 0.1": + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Time Distorter Setup.exe", "time distorter setup", 11, 11583); + break; } /* if (appName.Text == "Downloading: Guess The Number") { @@ -60,21 +63,9 @@ namespace TimeHACK.OS.Win95.Win95Apps { CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Skindows 95 Setup.exe"), "Skindows95Setup"); } - if (appName.Text == "Downloading: Web Chat") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Web Chat Setup.exe"), "web chat setup"); - } - if (appName.Text == "Downloading: hwcv.exe") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "hwcv.exe"), "hwcv"); - } if (appName.Text == "Downloading: Time Distorter") { CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "Time Distorter Setup.exe"), "time distorter setup"); - } - if (appName.Text == "Downloading: FTP Client") - { - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop", "FTP Client setup.exe"), "ftp client setup"); } */ ((Form)this.TopLevelControl).Close(); dlTimer.Stop(); |
