* do not output error numbers for options

git-svn-id: trunk@48397 -
This commit is contained in:
florian 2021-01-24 14:34:02 +00:00
parent 04727844b5
commit 225eb8ed12

View File

@ -753,7 +753,7 @@ implementation
UpdateStatus; UpdateStatus;
{ Fix replacements } { Fix replacements }
DefaultReplacements(s); DefaultReplacements(s);
if status.showmsgnrs then if status.showmsgnrs and ((v and V_Normal)=0) then
s:='('+tostr(w)+') '+s; s:='('+tostr(w)+') '+s;
if doqueue then if doqueue then
begin begin