From 18789aed193e917877c7cdff22327786d5a2ac58 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 15 May 2018 16:01:02 +0300 Subject: fixes #1360 (wrong tooltips for XEP smile packs) --- plugins/SmileyAdd/src/smileys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SmileyAdd/src') diff --git a/plugins/SmileyAdd/src/smileys.cpp b/plugins/SmileyAdd/src/smileys.cpp index 6c19d195f0..570b15469b 100644 --- a/plugins/SmileyAdd/src/smileys.cpp +++ b/plugins/SmileyAdd/src/smileys.cpp @@ -470,7 +470,7 @@ bool SmileyPackType::LoadSmileyFileXEP(CMStringW &tbuf, bool onlyInfo) SmileyType *dat = new SmileyType; dat->SetRegEx(true); dat->SetImList(m_hSmList, _wtoi(pStr)); - dat->m_ToolText = xmlGetText(nRec); + dat->m_ToolText = FilterQuotes(xmlGetText(nRec)); if (node = xmlGetChildByPath(nRec, L"Expression", 0)) dat->m_TriggerText = FilterQuotes(xmlGetText(node)); -- cgit v1.2.3