Fixed: typo
--HG-- branch : develop
This commit is contained in:
parent
f4ade875a3
commit
8c51bbc808
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ namespace NLGUI
|
|||
return toString( _Underlined );
|
||||
}
|
||||
else
|
||||
if( name == "strikthrough" )
|
||||
if( name == "strikethrough" )
|
||||
{
|
||||
return toString( _StrikeThrough );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue