mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 21:19:24 +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
|
if PrefixType=cbmpLong then
|
||||||
Result:=Result+'macro';
|
Result:=Result+'macro';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Result := Result.Replace('.', '_')
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCompOptBuildMacrosFrame.UpdateItemPropertyControls;
|
procedure TCompOptBuildMacrosFrame.UpdateItemPropertyControls;
|
||||||
|
Loading…
Reference in New Issue
Block a user