packagetabs: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.

git-svn-id: trunk@51406 -
This commit is contained in:
ondrej 2016-01-25 12:49:18 +00:00
parent 5a4006d0a4
commit aad053af75

View File

@ -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);