diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-27 13:07:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-27 13:07:30 +0000 |
commit | 6839e6aa877dfd7f86571361b1d85bf7f15fa427 (patch) | |
tree | 76281731ba910423136e73116809362332b1f9e6 /protocols/MRA/MraRTFMsg.cpp | |
parent | 3ef638023d476a91128f287fe454b547836a4b90 (diff) |
fix for offline messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@1681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/MraRTFMsg.cpp')
-rw-r--r-- | protocols/MRA/MraRTFMsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/MraRTFMsg.cpp b/protocols/MRA/MraRTFMsg.cpp index 0e6e76f4ce..9866e44a99 100644 --- a/protocols/MRA/MraRTFMsg.cpp +++ b/protocols/MRA/MraRTFMsg.cpp @@ -20,7 +20,7 @@ static const LPSTR lpszColours[COLORTABLE_COUNT] = #define PAR "\\par "
-#define BB_COLOR_TAG "[color = "
+#define BB_COLOR_TAG "[color="
#define SYMBOLS_COUNT 19
static const LPSTR lpszSimbols[SYMBOLS_COUNT] =
{
|