mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 22:40:24 +02:00
IDE: lpi: General/Icon/Value: use same default in read and write
git-svn-id: trunk@47947 -
This commit is contained in:
parent
90e075c93b
commit
5c3e4f1b68
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user