lcl: TJSONPropStorage, do not split at underscore

git-svn-id: trunk@54163 -
This commit is contained in:
mattias 2017-02-15 11:42:20 +00:00
parent 9d6acea295
commit b2fd45b8bf

View File

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