mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 05:18:00 +02:00
IDE: Formatting.
This commit is contained in:
parent
a3de743fad
commit
fe7287f709
@ -713,11 +713,9 @@ begin
|
||||
if fpfValueChanged in Param.Flags then begin
|
||||
Msg:='';
|
||||
if Param.Kind in [fpkBoolean,fpkValue] then
|
||||
Msg:=Format(lisPassingCompilerOptionTwiceWithDifferentValues, [Param.
|
||||
Name])
|
||||
Msg:=Format(lisPassingCompilerOptionTwiceWithDifferentValues, [Param.Name])
|
||||
else if Param.Kind=fpkDefine then
|
||||
Msg:=Format(lisPassingCompilerDefineTwiceWithDifferentValues, [Param.
|
||||
Name]);
|
||||
Msg:=Format(lisPassingCompilerDefineTwiceWithDifferentValues, [Param.Name]);
|
||||
if Msg='' then continue;
|
||||
if Target<>'' then Msg:=Target+' '+Msg;
|
||||
IDEMessagesWindow.AddCustomMessage(mluNote,Msg,'',0,0,ViewCaption);
|
||||
|
Loading…
Reference in New Issue
Block a user