mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
favorites: use IncludeTrailingPathDelimiter for config path
git-svn-id: trunk@51402 -
This commit is contained in:
parent
ce45e00b29
commit
17eeef7376
@ -234,7 +234,7 @@ begin
|
|||||||
FFavoriteProjects.Duplicates := dupIgnore;
|
FFavoriteProjects.Duplicates := dupIgnore;
|
||||||
FFavoriteProjects.CaseSensitive := False;
|
FFavoriteProjects.CaseSensitive := False;
|
||||||
FFavoriteProjects.Sorted := True;
|
FFavoriteProjects.Sorted := True;
|
||||||
FConfig := TXMLConfig.Create(LazarusIDE.GetPrimaryConfigPath+'favorites.xml');
|
FConfig := TXMLConfig.Create(IncludeTrailingPathDelimiter(LazarusIDE.GetPrimaryConfigPath)+'favorites.xml');
|
||||||
LoadFromConfig;
|
LoadFromConfig;
|
||||||
|
|
||||||
xToolButton := IDEToolButtonCategories.FindItemByCommand(ecOpen);
|
xToolButton := IDEToolButtonCategories.FindItemByCommand(ecOpen);
|
||||||
|
Loading…
Reference in New Issue
Block a user