aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/IE4Sites
diff options
context:
space:
mode:
authorlempamo <lempamo@users.noreply.github.com>2017-08-29 22:36:15 -0400
committerGitHub <noreply@github.com>2017-08-29 22:36:15 -0400
commitf1e358854383925aaf471c368cb01fe049c65c07 (patch)
treee9ac99508869680b2712219596a44f406ae2d860 /Histacom2/OS/Win95/Win95Apps/IE4Sites
parentd4d94f85a6424e4d21cecccec21b0e78860431d6 (diff)
parent59505ed4dd131afbd18c0b3e660c8c72815ba5a2 (diff)
downloadhistacom2-f1e358854383925aaf471c368cb01fe049c65c07.tar.gz
histacom2-f1e358854383925aaf471c368cb01fe049c65c07.tar.bz2
histacom2-f1e358854383925aaf471c368cb01fe049c65c07.zip
Merge pull request #155 from AShifter/master
Master
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/IE4Sites')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs b/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs
index be6ab95..bedfe56 100644
--- a/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs
+++ b/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs
@@ -30,7 +30,7 @@ namespace Histacom2.OS.Win95.Win95Apps.IE4Sites
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
- wm.StartWin95(opendownload, "Downloader", null, false, true);
+ wm.Init(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: FTP Client";
opendownload.amountToDL = 56;
}
@@ -39,7 +39,7 @@ namespace Histacom2.OS.Win95.Win95Apps.IE4Sites
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
- wm.StartWin95(opendownload, "Downloader", null, false, true);
+ wm.Init(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Web Chat 1998";
opendownload.amountToDL = 35;
}
@@ -141,7 +141,7 @@ namespace Histacom2.OS.Win95.Win95Apps.IE4Sites
{
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
- wm.StartWin95(opendownload, "Downloader", null, false, true);
+ wm.Init(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Guess The Number V1";
opendownload.amountToDL = 16;
}