diff options
| author | lempamo <[email protected]> | 2017-08-05 08:29:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-05 08:29:30 -0400 |
| commit | 4084b7f6e83cdc52114b3b9e579d5d7f505174d1 (patch) | |
| tree | 59e6d4f7fdca70c6b196e0b074248869379349d7 /TimeHACK.Main/GlobalPrograms | |
| parent | 00308c81c9f85a4142d15ec1e6e35e58d4437cde (diff) | |
| download | histacom2-4084b7f6e83cdc52114b3b9e579d5d7f505174d1.tar.gz histacom2-4084b7f6e83cdc52114b3b9e579d5d7f505174d1.tar.bz2 histacom2-4084b7f6e83cdc52114b3b9e579d5d7f505174d1.zip | |
fixed not all icons showing
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms')
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs index 2df5ef2..2cea80b 100644 --- a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs @@ -38,10 +38,10 @@ namespace TimeHACK.OS.Win95.Win95Apps switch (appName.Text) { case "Downloading: FTP Client": - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "FTP Client Setup.exe", "ftp client setup", 11); + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "FTP Client Setup.exe", "ftp client setup", 11, 56291); break; case "Downloading: Web Chat 1998": - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11); + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11, 34846); break; } /* if (appName.Text == "Downloading: Guess The Number") |
