From 0b0b980510b33256f354ab8f0795c8b2069b479c Mon Sep 17 00:00:00 2001 From: ulukyn Date: Wed, 21 Feb 2018 21:04:28 +0100 Subject: [PATCH] Changed: Fix @WEB customtext items --HG-- branch : patches-from-atys --- code/ryzom/client/src/interface_v3/action_handler_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/interface_v3/action_handler_item.cpp b/code/ryzom/client/src/interface_v3/action_handler_item.cpp index 26a49d644..2b89061c4 100644 --- a/code/ryzom/client/src/interface_v3/action_handler_item.cpp +++ b/code/ryzom/client/src/interface_v3/action_handler_item.cpp @@ -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())