From 3e99bcce462eba94370bfffab5af9ceccdf99ebd Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 28 Mar 2017 16:05:13 -0400 Subject: did some things for webchat --- TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/WinClassicForms') diff --git a/TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs b/TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs index 708ec51..744ca63 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs @@ -45,6 +45,11 @@ namespace TimeHACK.WinClassicForms { if (Button3.Text == "Finish") { + if (programtoinstall == "Web Chat 1998") + { + ((Windows95)this.ParentForm.ParentForm).WebChatToolStripMenuItem.Visible = true; + ((Form)this.TopLevelControl).Close(); + } if (programtoinstall == "Guess The Number 2") { ((Form)this.TopLevelControl).Close(); @@ -62,8 +67,8 @@ namespace TimeHACK.WinClassicForms } if (programtoinstall == "Skindows 95") { + ((Windows95)this.ParentForm.ParentForm).SkindowsToolStripMenuItem.Visible = true; ((Form)this.TopLevelControl).Close(); - //Windows2000.SkindowsToolStripMenuItem.Visible = true; } if (programtoinstall == "Web Chat 2000") { -- cgit v1.2.3