aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-27 00:25:37 -0400
committerlempamo <[email protected]>2017-07-27 00:25:37 -0400
commitb56050694f6473b13807a10d39881591e0f0f469 (patch)
tree416ef18ac065815a0456a67998e739b80d63f550 /TimeHACK.Main/GlobalPrograms
parent27b0ef74642e98bf8c9a83d2700e7ce6643e3114 (diff)
downloadhistacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.gz
histacom2-b56050694f6473b13807a10d39881591e0f0f469.tar.bz2
histacom2-b56050694f6473b13807a10d39881591e0f0f469.zip
the files thing, will fix in morning
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs b/TimeHACK.Main/GlobalPrograms/WinClassicDownloader.cs
index ce71b40..0237fac 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");
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");
break;
}
/* if (appName.Text == "Downloading: Guess The Number")