properly named said setup

This commit is contained in:
lempamo 2017-03-31 10:12:33 -04:00
parent 2efdd671c2
commit 428f001c00

View file

@ -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();
}