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 191290528d
commit 2d1ed58a4f

View file

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