refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)

This commit is contained in:
Klaus Basan
2016-03-13 18:08:38 +00:00
committed by Mathew Sutcliffe
parent 76814b43be
commit c411f07551
8 changed files with 31 additions and 29 deletions

View File

@@ -310,7 +310,7 @@ namespace BlackGui
}
if (msgs.hasErrorMessages())
{
this->showMessages(msgs);
this->showOverlayMessages(msgs);
}
}
@@ -379,7 +379,7 @@ namespace BlackGui
// errors if any
if (msgs.hasErrorMessages())
{
this->showMessages(msgs);
this->showOverlayMessages(msgs);
}
}
@@ -594,7 +594,7 @@ namespace BlackGui
);
if (msgs.hasWarningOrErrorMessages())
{
this->showMessages(msgs);
this->showOverlayMessages(msgs);
}
}