IDE: fixed storing build laz clean, bug #16432

git-svn-id: trunk@25273 -
This commit is contained in:
mattias 2010-05-09 10:41:54 +00:00
parent 28419cb0f7
commit b07cd9b4f5

View File

@ -1548,7 +1548,7 @@ begin
end;
XMLConfig.SetDeleteValue(Path+'Advanced/Value',FAdvanced,false);
XMLConfig.SetDeleteValue(Path+'CleanAll/Value',FCleanAll,true);
XMLConfig.SetDeleteValue(Path+'CleanAll/Value',FCleanAll,false);
XMLConfig.SetDeleteValue(Path+'ExtraOptions/Value',FExtraOptions,'');
XMLConfig.SetDeleteValue(Path+'TargetOS/Value',TargetOS,'');
XMLConfig.SetDeleteValue(Path+'TargetCPU/Value',TargetCPU,'');