Changed: Preserve icon text case as is

feature/develop-atys
Nimetu 5 years ago
parent 52e0e71c4a
commit 96a03d1cf5

@ -274,7 +274,6 @@ void CItemSheet::build(const NLGEORGES::UFormElm &item)
string IconText;
if(!item.getValueByName (IconText, "3d.text overlay"))
debug("key '3d.text overlay' not found.");
IconText = toLowerAscii(IconText);
IdIconText = ClientSheetsStrings.add(IconText);
// See if this item can be hiden when equipped

@ -131,7 +131,6 @@ void COutpostBuildingSheet::build(const NLGEORGES::UFormElm &root)
string IconText;
if(!root.getValueByName (IconText, "text overlay"))
debug("key 'text overlay' not found.");
IconText = toLowerAscii(IconText);
IdIconText = ClientSheetsStrings.add(IconText);
}

Loading…
Cancel
Save