IDE: new IDE maco: replace dots with underscores, bug #34517, patch from Imants Gulbis

git-svn-id: trunk@59479 -
This commit is contained in:
mattias 2018-11-07 17:29:22 +00:00
parent a5d423afb4
commit 1fdb1a161a

View File

@ -447,6 +447,8 @@ begin
if PrefixType=cbmpLong then
Result:=Result+'macro';
end;
Result := Result.Replace('.', '_')
end;
procedure TCompOptBuildMacrosFrame.UpdateItemPropertyControls;