diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:04:01 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-08 16:04:01 +0100 |
| commit | a52f16bf447268d26ea30228a5560435381b6e0b (patch) | |
| tree | 515a2b52b533b0070559f453c660859c1ba2b877 /TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs | |
| parent | f095f4efd9e2dd217045f65b7b33594b16fb0125 (diff) | |
| parent | 88711b440b3a55d09118d2c42b1bb8930936eb90 (diff) | |
| download | histacom2-a52f16bf447268d26ea30228a5560435381b6e0b.tar.gz histacom2-a52f16bf447268d26ea30228a5560435381b6e0b.tar.bz2 histacom2-a52f16bf447268d26ea30228a5560435381b6e0b.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs')
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs index 418444a..c5d00a2 100644 --- a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs @@ -67,6 +67,10 @@ namespace TimeHACK.OS.Win95.Win95Apps { Windows95.desktopicons.Items.Add("Time Distorter Setup", imageIndex: 13); } + if (appName.Text == "Downloading: FTP Client") + { + TitleScreen.frm95.desktopicons.Items.Add("FTP Client Setup", imageIndex: 11); + } ((Form)this.TopLevelControl).Close(); dlTimer.Stop(); } |
