aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-26 18:48:50 -0400
committerlempamo <[email protected]>2017-08-26 18:48:50 -0400
commit965a9beb4b7ac52816136a8c701a26d3d80ae398 (patch)
tree04d86d71bfeb71498c3275c3aaa942ad102296dc /Histacom2/OS
parent12d308ccee2c052f97df9b7f0ad38381d0df0dab (diff)
downloadhistacom2-2.0.1.tar.gz
histacom2-2.0.1.tar.bz2
histacom2-2.0.1.zip
off to the next version!v2.0.1
Diffstat (limited to 'Histacom2/OS')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
index 83f8b5d..674bb23 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
@@ -97,6 +97,7 @@ namespace Histacom2.OS.Win95.Win95Apps
WindowManager wm = new WindowManager();
wm.StartWin95(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Web Chat 1998";
+ opendownload.amountToDL = 35;
}
else if (objListViewItem.Text == "Time Distorter Setup.exe")
{
@@ -111,6 +112,7 @@ namespace Histacom2.OS.Win95.Win95Apps
WindowManager wm = new WindowManager();
wm.StartWin95(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Guess The Number V1";
+ opendownload.amountToDL = 16;
}
}
}