mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
IDE: new IDE maco: replace dots with underscores, bug #34517, patch from Imants Gulbis
git-svn-id: trunk@59479 -
This commit is contained in:
parent
a5d423afb4
commit
1fdb1a161a
@ -447,6 +447,8 @@ begin
|
||||
if PrefixType=cbmpLong then
|
||||
Result:=Result+'macro';
|
||||
end;
|
||||
|
||||
Result := Result.Replace('.', '_')
|
||||
end;
|
||||
|
||||
procedure TCompOptBuildMacrosFrame.UpdateItemPropertyControls;
|
||||
|
Loading…
Reference in New Issue
Block a user