diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-02 18:30:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-02 18:30:50 +0300 |
commit | 2c5081fe7d0e6b155847c5ead1b32b4b42bfe4ae (patch) | |
tree | 27cadc2a6f39c3de5ff94fd8a0edf714936434c2 /plugins/TabSRMM/src/chat/chat.h | |
parent | 2e8ebf3ad76d00ad32d4a492b32d360db87cb28e (diff) |
- common mouse hovering processing code moved to MIR_APP_DLL
- now all chats support mToolTip
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 59f4078655..d85b8986a6 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -62,7 +62,7 @@ struct SESSION_INFO : public GCSessionInfoBase int iLogTrayFlags, iLogPopupFlags, iDiskLogFlags;
int iSearchItem;
- wchar_t szSearch[255];
+ wchar_t szSearch[255];
};
struct LOGSTREAMDATA : public GCLogStreamDataBase
|