Fixed: Assign instead of comparison

hg/feature/sse2
kervala 11 years ago
parent 12f646afef
commit c718ff693a

@ -138,7 +138,7 @@ namespace GUIEditor
info.description = value.toUtf8().constData();
else
if( key == "icon" )
info.icon == value.toUtf8().constData();
info.icon = value.toUtf8().constData();
else
if( key == "abstract" )
{

Loading…
Cancel
Save