mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 12:16:20 +02:00
IDE: msg frame: do not write keyrword important
git-svn-id: trunk@45124 -
This commit is contained in:
parent
58ba371308
commit
80ef3fbe7d
@ -2529,12 +2529,14 @@ begin
|
||||
Result+=' ';
|
||||
|
||||
// 'error: '
|
||||
if (mcoShowTranslated in Options)
|
||||
and (fUrgencyStyles[Line.Urgency].Translated<>'') then
|
||||
Result+=fUrgencyStyles[Line.Urgency].Translated
|
||||
else
|
||||
Result+=MessageLineUrgencyNames[Line.Urgency];
|
||||
Result+=': ';
|
||||
if Line.Urgency<>mluImportant then begin
|
||||
if (mcoShowTranslated in Options)
|
||||
and (fUrgencyStyles[Line.Urgency].Translated<>'') then
|
||||
Result+=fUrgencyStyles[Line.Urgency].Translated
|
||||
else
|
||||
Result+=MessageLineUrgencyNames[Line.Urgency];
|
||||
Result+=': ';
|
||||
end;
|
||||
|
||||
// message id
|
||||
if (mcoShowMessageID in Options) and (Line.MsgID<>0) then
|
||||
|
Loading…
Reference in New Issue
Block a user