mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
web chat download fixed
This commit is contained in:
parent
24ccb6a335
commit
c265ea20be
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ private void button2_Click(object sender, EventArgs e)
|
||||||
WinClassicDownloader opendownload = new WinClassicDownloader();
|
WinClassicDownloader opendownload = new WinClassicDownloader();
|
||||||
WindowManager wm = new WindowManager();
|
WindowManager wm = new WindowManager();
|
||||||
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
wm.StartWin95(opendownload, "Downloader", null, false, true);
|
||||||
opendownload.appName.Text = "Downloading: Web Chat";
|
opendownload.appName.Text = "Downloading: Web Chat 1998";
|
||||||
opendownload.amountToDL = 35;
|
opendownload.amountToDL = 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue