mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 14:49:10 +02:00
lcl: TJSONPropStorage, do not split at underscore
git-svn-id: trunk@54163 -
This commit is contained in:
parent
9d6acea295
commit
b2fd45b8bf
@ -109,7 +109,6 @@ end;
|
||||
function TCustomJSONPropStorage.FixPath(const APath: String): String;
|
||||
begin
|
||||
Result:=StringReplace(APath,'.','/',[rfReplaceAll]);
|
||||
Result:=StringReplace(APath,'_','/',[rfReplaceAll]);
|
||||
end;
|
||||
|
||||
procedure TCustomJSONPropStorage.StorageNeeded(ReadOnly: Boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user