diff options
| author | JayXKanz666 <[email protected]> | 2017-07-06 14:02:08 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-06 14:02:08 +0200 |
| commit | 3d5a7f0674f23c6e02e36505502e6d29048b7bd8 (patch) | |
| tree | 5bbfc78c2d6ed20dc87032522fe37c59976bc388 /TimeHACK.Main/OS/Win98 | |
| parent | 3c4fd2ba2cba5b4233caa032cb86a72ebffdc688 (diff) | |
| parent | 6958c950223e1b1db9648f92a40fe7dd925ca466 (diff) | |
| download | histacom2-3d5a7f0674f23c6e02e36505502e6d29048b7bd8.tar.gz histacom2-3d5a7f0674f23c6e02e36505502e6d29048b7bd8.tar.bz2 histacom2-3d5a7f0674f23c6e02e36505502e6d29048b7bd8.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index b80d943..198108d 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -218,7 +218,7 @@ namespace TimeHACK.OS.Win98 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); @@ -258,7 +258,7 @@ namespace TimeHACK.OS.Win98 } 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); |
