Fixed displaying utf8 string on <img> alt attr.
--HG-- branch : develop
This commit is contained in:
parent
7258054350
commit
55e687e80d
1 changed files with 1 additions and 1 deletions
|
@ -3621,7 +3621,7 @@ namespace NLGUI
|
|||
}
|
||||
else
|
||||
{
|
||||
ctrlButton->setDefaultContextHelp(ucstring(tooltip));
|
||||
ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(tooltip));
|
||||
//ctrlButton->setOnContextHelp(string(tooltip));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue