diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-10-23 13:35:33 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2015-10-23 13:35:33 +0000 |
commit | f9805e018525db5063d28692014e04dba47196db (patch) | |
tree | 40125e6a272c899ac08ff3ad76a6fc6f9f7e3449 /protocols | |
parent | 676c1d3d4bc2d6a52cc71ec14ef7e7b8b9817564 (diff) |
VKontakte: more bbc for RemoveBBC
git-svn-id: http://svn.miranda-ng.org/main/trunk@15601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 48eec5377a..e77cf5b26f 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -1160,6 +1160,8 @@ CMString CVkProto::RemoveBBC(CMString& tszSrc) static const TCHAR* tszParamBBCodes[][2] = {
{ _T("[url="), _T("[/url]") },
+ { _T("[img="), _T("[/img]") },
+ { _T("[size="), _T("[/size]") },
{ _T("[color="), _T("[/color]") },
};
|