diff options
| author | lempamo <[email protected]> | 2017-03-31 10:12:33 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 10:12:33 -0400 |
| commit | 428f001c0017a17c7ee25fbd82d6b922e4aa1b6c (patch) | |
| tree | d1cde027761f46ca7407de76b05f68ef042d57aa | |
| parent | 2efdd671c2eae9788e8366e23c8d731c8d2e14fb (diff) | |
| download | histacom2-428f001c0017a17c7ee25fbd82d6b922e4aa1b6c.tar.gz histacom2-428f001c0017a17c7ee25fbd82d6b922e4aa1b6c.tar.bz2 histacom2-428f001c0017a17c7ee25fbd82d6b922e4aa1b6c.zip | |
properly named said setup
| -rw-r--r-- | TimeHACK.Main/Windows95.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs index f07ad8e..90ac843 100644 --- a/TimeHACK.Main/Windows95.cs +++ b/TimeHACK.Main/Windows95.cs @@ -178,7 +178,7 @@ namespace TimeHACK 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(); } |
