diff options
| author | lempamo <[email protected]> | 2017-08-13 15:18:46 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-13 15:18:46 -0400 |
| commit | 38da0b8cb2153f91947f21b14c64f0281fa74056 (patch) | |
| tree | af4a11ed0771e708ff47bcb3ba87ca3ad10d9b34 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | ac09f99d5f31adcf1ff2670434260ef163447279 (diff) | |
| download | histacom2-38da0b8cb2153f91947f21b14c64f0281fa74056.tar.gz histacom2-38da0b8cb2153f91947f21b14c64f0281fa74056.tar.bz2 histacom2-38da0b8cb2153f91947f21b14c64f0281fa74056.zip | |
folder renaming
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 8dda600..0be7813 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -152,7 +152,7 @@ namespace TimeHACK.OS.Win95.Win95Apps case "notopbar": ((WinClassic)this.ParentForm).programtopbar.Hide(); receive.Play(); - break; // TODO: Finish WebChat 1998 + break; case "filepoof": label5.Hide(); button5.Hide(); @@ -205,7 +205,7 @@ namespace TimeHACK.OS.Win95.Win95Apps break; case "notyper": history.ReadOnly = true; - break; + break; // TODO: Add ending here default: if (msgsound) receive.Play(); break; |
