web chat download fixed

This commit is contained in:
lempamo 2017-08-24 14:42:40 -04:00
parent 24ccb6a335
commit c265ea20be

View file

@ -40,7 +40,7 @@ private void button2_Click(object sender, EventArgs e)
WinClassicDownloader opendownload = new WinClassicDownloader();
WindowManager wm = new WindowManager();
wm.StartWin95(opendownload, "Downloader", null, false, true);
opendownload.appName.Text = "Downloading: Web Chat";
opendownload.appName.Text = "Downloading: Web Chat 1998";
opendownload.amountToDL = 35;
}