diff options
| author | lempamo <[email protected]> | 2017-07-27 10:23:57 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-27 10:23:57 -0400 |
| commit | 2de78eddf69b017d24b67347468afc60767b5d2c (patch) | |
| tree | 3ece5d6b3f29b63a05c80ff16811e90c60e4b1dc /TimeHACK.Main/GlobalPrograms | |
| parent | b56050694f6473b13807a10d39881591e0f0f469 (diff) | |
| download | histacom2-2de78eddf69b017d24b67347468afc60767b5d2c.tar.gz histacom2-2de78eddf69b017d24b67347468afc60767b5d2c.tar.bz2 histacom2-2de78eddf69b017d24b67347468afc60767b5d2c.zip | |
dosname and icons for files! :smiley:
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 0237fac..2df5ef2 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"); + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "FTP Client Setup.exe", "ftp client setup", 11); break; case "Downloading: Web Chat 1998": - CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup"); + CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "Web Chat Setup.exe", "web chat setup", 11); break; } /* if (appName.Text == "Downloading: Guess The Number") |
