mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
IDE: always store lazarus directory
git-svn-id: trunk@36538 -
This commit is contained in:
parent
8bccb857bc
commit
aefd41ef26
@ -1456,7 +1456,7 @@ begin
|
||||
CurLazDir:=CreateRelativePath(CurLazDir,GetPrimaryConfigPath);
|
||||
end;
|
||||
end;
|
||||
XMLConfig.SetDeleteValue(Path+'LazarusDirectory/Value',CurLazDir,'');
|
||||
XMLConfig.SetValue(Path+'LazarusDirectory/Value',CurLazDir); // always store, no SetDeleteValue
|
||||
SaveRecentList(XMLConfig,FLazarusDirHistory,
|
||||
Path+'LazarusDirectory/History/');
|
||||
XMLConfig.SetDeleteValue(
|
||||
|
Loading…
Reference in New Issue
Block a user