From f9805e018525db5063d28692014e04dba47196db Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 23 Oct 2015 13:35:33 +0000 Subject: VKontakte: more bbc for RemoveBBC git-svn-id: http://svn.miranda-ng.org/main/trunk@15601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/misc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') 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]") }, }; -- cgit v1.2.3