aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-08 01:23:47 +0200
committerJayXKanz666 <[email protected]>2017-07-08 01:23:47 +0200
commitfe3d0f5a0ab06ab1964b9463e36f8a1f8b77af37 (patch)
tree33020f602d1891cd7ff0a87c18a2d20d05ebbecd /TimeHACK.Main/GlobalPrograms
parent7f8f13dce6ab5e817b76c82bd5230ad167604276 (diff)
parent88711b440b3a55d09118d2c42b1bb8930936eb90 (diff)
downloadhistacom2-fe3d0f5a0ab06ab1964b9463e36f8a1f8b77af37.tar.gz
histacom2-fe3d0f5a0ab06ab1964b9463e36f8a1f8b77af37.tar.bz2
histacom2-fe3d0f5a0ab06ab1964b9463e36f8a1f8b77af37.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs4
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();
}