diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 76c3ee1b9a..d1a9a2ba05 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -420,7 +420,7 @@ protected: void RunUserMenu(HWND hwndOwner, USERINFO *ui, const POINT &pt);
protected:
- CCtrlEdit m_message, m_log;
+ CCtrlRichEdit m_message, m_log;
SESSION_INFO *m_si;
COLORREF m_clrInputBG, m_clrInputFG;
time_t m_iLastEnterTime;
|