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" ) if( name == "tooltip" )
{ {
_ContextHelp = value; _ContextHelp = ucstring::makeFromUtf8(value);
return; return;
} }
else else

Loading…
Cancel
Save