mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:59:31 +02:00
IDE: project icon: fixed default value
git-svn-id: trunk@48011 -
This commit is contained in:
parent
4a1432da74
commit
866cb42e57
@ -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