Changed: Fix @WEB customtext items

--HG--
branch : compatibility-develop
hg/compatibility-develop
ulukyn 7 years ago
parent d7fe602ccd
commit 7a4a59a816

@ -313,7 +313,7 @@ void CInterfaceItemEdition::CItemEditionWindow::begin()
pGH->browse(text.substr(4, text.size()-4).toString().c_str());
text = localDesc;
}
else if (text.size() > 4 && text[0]=='@' && text[1]=='L' && text[2]=='U' && text[3]=='A')
else if (text.size() > 3 && text[0]=='@' && text[1]=='L' && text[2]=='U' && text[3]=='A')
{
string code = text.substr(4, text.size()-4).toString();
if (!code.empty())

Loading…
Cancel
Save