IDE: msg frame: do not write keyrword important

git-svn-id: trunk@45124 -
This commit is contained in:
mattias 2014-05-21 09:07:55 +00:00
parent 58ba371308
commit 80ef3fbe7d

View File

@ -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