extern HWND ChatDialog;\r
\r
extern HINSTANCE hInst;\r
-extern HWND hwndMain;\r
+extern HWND hwndConsole;\r
\r
extern WindowPlacement wpChat[MAX_CHAT];\r
extern WindowPlacement wpConsole;\r
lpProc = MakeProcInstance( (FARPROC) ChatProc, hInst );\r
\r
/* Note to self: dialog must have the WS_VISIBLE style set, otherwise it's not shown! */\r
- CreateDialog( hInst, MAKEINTRESOURCE(DLG_Chat), hwndMain, (DLGPROC)lpProc );\r
+ CreateDialog( hInst, MAKEINTRESOURCE(DLG_Chat), hwndConsole, (DLGPROC)lpProc );\r
\r
FreeProcInstance(lpProc);\r
\r