aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-06 00:28:38 -0400
committerlempamo <[email protected]>2017-07-06 00:28:38 -0400
commit6958c950223e1b1db9648f92a40fe7dd925ca466 (patch)
tree5bbfc78c2d6ed20dc87032522fe37c59976bc388 /TimeHACK.Main/OS/Win95/Win95.cs
parenteb5b4265492b47bb477767cc524ff99401baaac9 (diff)
downloadhistacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.gz
histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.bz2
histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.zip
New Installer for Win95
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index c6db739..e6ea876 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -238,7 +238,7 @@ namespace TimeHACK.OS.Win95
private void installerTestToolStripMenuItem_Click(object sender, EventArgs e)
{
- WinClassicInstaller openinstaller = new WinClassicInstaller();
+ Win95Installer openinstaller = new Win95Installer();
WinClassic app = wm.StartWin95(openinstaller, "Installer", null, false, true);
AddTaskBarItem(app, app.Tag.ToString(), "Installer", null);
@@ -278,7 +278,7 @@ namespace TimeHACK.OS.Win95
}
else if (objListViewItem.Text == "Web Chat Setup")
{
- WinClassicInstaller inst = new WinClassicInstaller();
+ Win95Installer inst = new Win95Installer();
inst.installname.Text = "Web Chat 1998";
WinClassic app = wm.StartWin95(inst, "Web Chat Setup", null, true, true);
AddTaskBarItem(app, app.Tag.ToString(), "Web Chat Setup", null);