mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 17:12:56 -05:00
properly named said setup
This commit is contained in:
parent
2efdd671c2
commit
428f001c00
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ private void desktopicons_Click(object sender, EventArgs e)
|
|||
WinClassicInstaller inst = new WinClassicInstaller();
|
||||
WindowManager wm = new WindowManager();
|
||||
inst.installname.Text = "Web Chat 1998";
|
||||
Engine.Template.WinClassic app = wm.startWinClassic(inst, "Internet Explorer 4", null, true, true);
|
||||
Engine.Template.WinClassic app = wm.startWinClassic(inst, "Web Chat Setup", null, true, true);
|
||||
app.BringToFront();
|
||||
startmenu.Hide();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue