IDE: project icon: fixed default value

git-svn-id: branches/fixes_1_4@48012 -
This commit is contained in:
mattias 2015-02-26 09:02:13 +00:00
parent 829ad5d9e9
commit cfb34198c3

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);