diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 11:30:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 11:30:26 +0000 |
commit | 64da60e166970f76f3ca02a37045ba2c13de360f (patch) | |
tree | c6abc738df617fa82839822a1f72cfd6d5ef8d89 /plugins | |
parent | 003309d40b81d64860bc0ce3491deec2a1d86ce8 (diff) |
forgotten to revert IRC-style symbols
git-svn-id: http://svn.miranda-ng.org/main/trunk@7751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/chat/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index ec32faac47..f9e1a0265f 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -45,7 +45,7 @@ extern HMENU g_hMenu; static HKL hkl = NULL;
static HCURSOR hCurHyperlinkHand;
-char szIndicators[] = { '@', '%', '+', '!', '*', 0 };
+char szIndicators[] = { '+', '%', '@', '!', '*', 0 };
struct MESSAGESUBDATA
{
|