mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
packagetabs: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
git-svn-id: trunk@51406 -
This commit is contained in:
parent
5a4006d0a4
commit
aad053af75
@ -1186,7 +1186,7 @@ begin
|
||||
inherited Create(aOwner);
|
||||
|
||||
FTabPanels := TObjectList.Create(True);
|
||||
FConfig := TXMLConfig.Create(IncludeTrailingPathDelimiter(LazarusIDE.GetPrimaryConfigPath)+'packagetabs.xml');
|
||||
FConfig := TXMLConfig.Create(AppendPathDelim(LazarusIDE.GetPrimaryConfigPath)+'packagetabs.xml');
|
||||
|
||||
Assert(SourceEditorManagerIntf <> nil);
|
||||
SourceEditorManagerIntf.RegisterChangeEvent(semWindowCreate, @WindowCreated);
|
||||
|
Loading…
Reference in New Issue
Block a user