From 6a3204c26d72d9ccbffabb111485e7b14f1ddbf3 Mon Sep 17 00:00:00 2001 From: lempamo Date: Wed, 19 Jul 2017 22:00:25 -0400 Subject: fixed ftp, woops --- TimeHACK.Main/OS/Win95/Win95.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index 6b891ad..34500ab 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -277,7 +277,7 @@ namespace TimeHACK.OS.Win95 else if (objListViewItem.Text == "FTP Client Setup") { Win95Installer inst = new Win95Installer("FTP Client"); - inst.InstallCompleted += (sendr, args) => WebChatToolStripMenuItem.Visible = true; + inst.InstallCompleted += (sendr, args) => FTPClientToolStripMenuItem.Visible = true; WinClassic app = wm.StartWin95(inst, "FTP Client Setup", null, true, true); AddTaskBarItem(app, app.Tag.ToString(), "FTP Client Setup", null); app.BringToFront(); -- cgit v1.2.3