aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-15 00:45:50 -0400
committerlempamo <[email protected]>2017-10-15 00:45:50 -0400
commit718fc7c680c17508b9d97cc92e8a3632cb999bb7 (patch)
tree2d2553bfbbc6b67d3bbb94f0c7295f1227430cd8 /Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
parent3dbe19613d4a492c228b60bad54bbafc48c21202 (diff)
downloadhistacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.gz
histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.tar.bz2
histacom2-718fc7c680c17508b9d97cc92e8a3632cb999bb7.zip
the hype is real, folks
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
index 2f27899..f261cb2 100644
--- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
+++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
@@ -329,7 +329,7 @@ namespace Histacom2.OS.Win95.Win95Apps
WinClassicInstaller instTd = new WinClassicInstaller("Time Distorter 0.2");
instTd.InstallCompleted += (sendr, args) =>
{
- TitleScreen.frm95.TimeDistorterToolStripMenuItem.Visible = true;
+ TitleScreen.frm98.TimeDistorterToolStripMenuItem.Visible = true;
};
WinClassic appTd = wm.Init(instTd, "Time Distorter Setup", null, true, true);
Program.AddTaskbarItem(appTd, appTd.Tag.ToString(), "Time Distorter Setup", null);