mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 18:30:32 +01:00
IDE: for compatibility with older IDE versions: always store MainUnit id in lpi, bug #17185
git-svn-id: trunk@27106 -
This commit is contained in:
parent
3c18a7f2dd
commit
4eb55fc1fb
@ -2670,7 +2670,7 @@ begin
|
||||
MacroValues.SaveToXMLConfig(xmlconfig,Path+'MacroValues/');
|
||||
|
||||
// properties
|
||||
xmlconfig.SetDeleteValue(Path+'General/MainUnit/Value', MainUnitID,0);
|
||||
xmlconfig.SetValue(Path+'General/MainUnit/Value', MainUnitID); // always write a value to support opening by older IDEs
|
||||
xmlconfig.SetDeleteValue(Path+'General/AutoCreateForms/Value',
|
||||
AutoCreateForms,true);
|
||||
xmlconfig.SetDeleteValue(Path+'General/Title/Value', Title,'');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user