aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-23 15:37:27 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-23 15:37:27 +0100
commitc3ad5be7444664be6a1f7ba023067eb32cb5d231 (patch)
tree417b39d8f0a6c52a8024913b232566de013f13ae /TimeHACK.Main/OS/Win95/Win95Apps
parent7d99d9ffbf5652f538c69228daa53fe423eb246b (diff)
downloadhistacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.gz
histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.tar.bz2
histacom2-c3ad5be7444664be6a1f7ba023067eb32cb5d231.zip
Realistic Desktop is halfway done!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
index a9753b6..85c1d46 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs
@@ -207,7 +207,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
case "12PADAMS":
webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
webBrowser1.Document.GetElementById("ftp_b").Click += new HtmlElementEventHandler(FTPDownloadButton_Click);
- if (!TitleScreen.frm95.hiddenpadamsFound) webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
+ if (!TitleScreen.frm95.HiddenPadamsFound) webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
break;
case "GOOGLE":
webBrowser1.Document.GetElementById("prototype").Click += new HtmlElementEventHandler(googleprototypelink_LinkClicked);