diff options
| author | lempamo <[email protected]> | 2017-08-24 14:42:40 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-24 14:42:40 -0400 |
| commit | c265ea20be5255e98b3627b66f4b8a787e0b690b (patch) | |
| tree | 2f15648b2e86c9ed67fe37c3a0bdf1b79a47c0f8 | |
| parent | 24ccb6a3350ee9a3ed8abea8e6f3eb6fbf45cf7f (diff) | |
| download | histacom2-c265ea20be5255e98b3627b66f4b8a787e0b690b.tar.gz histacom2-c265ea20be5255e98b3627b66f4b8a787e0b690b.tar.bz2 histacom2-c265ea20be5255e98b3627b66f4b8a787e0b690b.zip | |
web chat download fixed
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs b/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs index ef5b058..be6ab95 100644 --- a/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs +++ b/Histacom2/OS/Win95/Win95Apps/IE4Sites/12padams1998.cs @@ -40,7 +40,7 @@ namespace Histacom2.OS.Win95.Win95Apps.IE4Sites 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; } |
