mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:39:15 +02:00
IDE: project icon: fixed default value
git-svn-id: branches/fixes_1_4@48012 -
This commit is contained in:
parent
829ad5d9e9
commit
cfb34198c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user