diff options
| author | lempamo <[email protected]> | 2017-04-30 20:21:05 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-30 20:21:05 -0400 |
| commit | 1bdb2205cc9977e041158458f78e194d4d2a08e8 (patch) | |
| tree | d5c1c2e4acb73091e5ddae1e20da181557e029dc /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | 7f780587c46e9bd5ef1764d18285c8bc47003802 (diff) | |
| download | histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.tar.gz histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.tar.bz2 histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.zip | |
just some name changes
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs index 26ad12b..2e24af2 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs @@ -19,7 +19,7 @@ namespace TimeHACK.OS.Win95.Win95Apps { int chat_index = 0; WindowManager wm = new WindowManager(); - WCMessageParser wcmp = new WCMessageParser(); + MessageParser wcmp = new MessageParser(); bool correctname = false; bool guessing = false; |
