IDE: project icon: fixed default value

git-svn-id: trunk@48011 -
This commit is contained in:
mattias 2015-02-26 09:01:49 +00:00
parent 4a1432da74
commit 866cb42e57

View File

@ -166,7 +166,7 @@ end;
procedure TProjectIcon.WriteToProjectFile(AConfig: TObject; Path: String);
begin
TXMLConfig(AConfig).SetDeleteValue(Path+'General/Icon/Value', BoolToStr(IsEmpty), BoolToStr(false));
TXMLConfig(AConfig).SetDeleteValue(Path+'General/Icon/Value', BoolToStr(IsEmpty), BoolToStr(true));
end;
procedure TProjectIcon.ReadFromProjectFile(AConfig: TObject; Path: String);