aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-05 21:14:30 -0400
committerlempamo <[email protected]>2017-08-05 21:14:30 -0400
commita66494723ce44ed7eb38ebef83f59468b7279c2d (patch)
treea043441698b1c75f505de6ffed1ab866feed96bd /TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
parentbc8577b76162054e47e93f0ada8b2fedf95cd80a (diff)
downloadhistacom2-a66494723ce44ed7eb38ebef83f59468b7279c2d.tar.gz
histacom2-a66494723ce44ed7eb38ebef83f59468b7279c2d.tar.bz2
histacom2-a66494723ce44ed7eb38ebef83f59468b7279c2d.zip
added real achievements
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs5
1 files changed, 4 insertions, 1 deletions
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();