aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
index 6f9bb07..c1a203a 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.cs
@@ -15,11 +15,12 @@ namespace TimeHACK.OS.Win95.Win95Apps
public WinClassicHWCV()
{
InitializeComponent();
+ Button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
private void Button1_Click(object sender, EventArgs e)
{
- if (TextBox1.Text == "www.12padams.com")
+ if (TextBox1.Text == "www.12padams.com" || TextBox1.Text == "http://www.12padams.com/")
{
Label3.Show();
Label3.Text = "Hidden Content Found: Time Distorter";