Fixed displaying utf8 string on <img> alt attr.
This commit is contained in:
parent
ff9cf5b95b
commit
bba1523d37
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