From a66494723ce44ed7eb38ebef83f59468b7279c2d Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 5 Aug 2017 21:14:30 -0400 Subject: added real achievements --- TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs index 4cba8db..daa0ea8 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs @@ -295,7 +295,10 @@ namespace TimeHACK.OS.Win95.Win95Apps break; case "time distorter setup": Win95Installer instTd = new Win95Installer("Time Distorter 0.1"); - instTd.InstallCompleted += (sendr, args) => TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true; + instTd.InstallCompleted += (sendr, args) => + { + TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true; + }; WinClassic appTd = wm.StartWin95(instTd, "Time Distorter Setup", null, true, true); Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null); appTd.BringToFront(); -- cgit v1.2.3