mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
Fixed: Assign instead of comparison
This commit is contained in:
parent
2b8dd8c279
commit
e2109e7971
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue