IDE: fixed path editor dialog examples

git-svn-id: trunk@53218 -
This commit is contained in:
mattias 2016-10-26 16:38:51 +00:00
parent e81a0a5b06
commit 38fb04468e

View File

@ -608,7 +608,7 @@ begin
FCurrentPathEditor:=PathEditorDialog; FCurrentPathEditor:=PathEditorDialog;
try try
inherited Click; inherited Click;
FCurrentPathEditor.Templates := SetDirSeparators(FTemplates); FCurrentPathEditor.Templates := GetForcedPathDelims(FTemplates);
FCurrentPathEditor.Path := AssociatedEdit.Text; FCurrentPathEditor.Path := AssociatedEdit.Text;
FCurrentPathEditor.ShowModal; FCurrentPathEditor.ShowModal;
DoOnPathEditorExecuted; DoOnPathEditorExecuted;