diff options
| author | lempamo <[email protected]> | 2017-03-28 16:05:13 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-28 16:05:13 -0400 |
| commit | 3e99bcce462eba94370bfffab5af9ceccdf99ebd (patch) | |
| tree | d94134529ddaec7f85ad73753531b2cbd1effea1 /TimeHACK.Main/WinClassicForms | |
| parent | 36f06ca57b06a2b049eeb8260290b0aade62a154 (diff) | |
| download | histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.tar.gz histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.tar.bz2 histacom2-3e99bcce462eba94370bfffab5af9ceccdf99ebd.zip | |
did some things for webchat
Diffstat (limited to 'TimeHACK.Main/WinClassicForms')
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicInstaller.cs | 7 |
1 files changed, 6 insertions, 1 deletions
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") { |
