diff options
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; |
