IDE: lpi: General/Icon/Value: use same default in read and write

git-svn-id: trunk@47947 -
This commit is contained in:
mattias 2015-02-22 11:18:19 +00:00
parent 90e075c93b
commit 5c3e4f1b68

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(true));
TXMLConfig(AConfig).SetDeleteValue(Path+'General/Icon/Value', BoolToStr(IsEmpty), BoolToStr(false));
end;
procedure TProjectIcon.ReadFromProjectFile(AConfig: TObject; Path: String);