diff --git a/ide/patheditordlg.pas b/ide/patheditordlg.pas index a0138162bb..4af2a5850a 100644 --- a/ide/patheditordlg.pas +++ b/ide/patheditordlg.pas @@ -608,7 +608,7 @@ begin FCurrentPathEditor:=PathEditorDialog; try inherited Click; - FCurrentPathEditor.Templates := SetDirSeparators(FTemplates); + FCurrentPathEditor.Templates := GetForcedPathDelims(FTemplates); FCurrentPathEditor.Path := AssociatedEdit.Text; FCurrentPathEditor.ShowModal; DoOnPathEditorExecuted;