mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
IDE: designer: fixed path sep normalization
git-svn-id: trunk@53228 -
This commit is contained in:
parent
4bb3ff1725
commit
4511184249
@ -90,7 +90,7 @@ procedure TDebuggerGeneralOptionsFrame.cmdOpenAdditionalPathClick(
|
||||
Sender: TObject);
|
||||
begin
|
||||
PathEditorDialog.Path:=txtAdditionalPath.Text;
|
||||
PathEditorDialog.Templates:=SetDirSeparators(
|
||||
PathEditorDialog.Templates:=GetForcedPathDelims(
|
||||
'$(LazarusDir)/include/$(TargetOS)'
|
||||
+';$(FPCSrcDir)/rtl/inc/'
|
||||
+';$(FPCSrcDir)/rtl/$(SrcOS)'
|
||||
|
Loading…
Reference in New Issue
Block a user