CShellWindow: evaluate error output for plausible message output

Origin commit data
------------------
Commit: 14779cce55
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)
This commit is contained in:
2014-11-24 09:10:48 +01:00
parent b8c7102275
commit 6091f9c155

View File

@@ -212,11 +212,12 @@ void CShellWindow::showResult()
btn.paint();
}
else if (mode & ACKNOWLEDGE_MSG){
if (*res == -1)
if (*res != 0){
DisplayErrorMessage("Please press button");
else
}else{
DisplayInfoMessage("...ready. Please press OK");
exit = true;
exit = true;
}
}
neutrino_msg_t msg;