mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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
|
else
|
||||||
{
|
{
|
||||||
ctrlButton->setDefaultContextHelp(ucstring(tooltip));
|
ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(tooltip));
|
||||||
//ctrlButton->setOnContextHelp(string(tooltip));
|
//ctrlButton->setOnContextHelp(string(tooltip));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue