Fixed: must not be lowered or the tooltip in milkopad doesn't work

This commit is contained in:
vl 2011-06-08 18:36:27 +02:00
parent db6971fa1a
commit ebe72586fc

View file

@ -92,7 +92,7 @@ bool CCtrlBase::parse (xmlNodePtr cur, CInterfaceGroup *parentGroup)
prop = (char*) xmlGetProp( cur, (xmlChar*)"on_tooltip" ); prop = (char*) xmlGetProp( cur, (xmlChar*)"on_tooltip" );
if (prop) if (prop)
{ {
_OnContextHelp= NLMISC::toLower(std::string((const char*)prop)); _OnContextHelp= (const char*)prop;
} }
prop = (char*) xmlGetProp( cur, (xmlChar*)"on_tooltip_params" ); prop = (char*) xmlGetProp( cur, (xmlChar*)"on_tooltip_params" );
if (prop) if (prop)