Fixed: must not be lowered or the tooltip in milkopad doesn't work
This commit is contained in:
parent
191290528d
commit
2d1ed58a4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue