Changed: Ctrl tooltips can now display utf8 text

--HG--
branch : patches-from-atys
hg/hotfix/patches-from-atys
ulukyn 6 years ago
parent fe4c58df42
commit 1b19cb4809

@ -259,7 +259,7 @@ namespace NLGUI
{
if( name == "tooltip" )
{
_ContextHelp = value;
_ContextHelp = ucstring::makeFromUtf8(value);
return;
}
else

Loading…
Cancel
Save