Skip to content

Commit

Permalink
Add message box on failure
Browse files Browse the repository at this point in the history
Refs #10779
  • Loading branch information
DanNixon committed Jan 5, 2015
1 parent cb39e21 commit 1eef7e7
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -96,7 +96,10 @@ namespace MantidQt
enableInstrumentControls(true);

if(error)
{
emit showMessageBox("Failed to execute IndirectTransmission algorithm.\nSee Results Log for details.");
return;
}

std::string instrumentName = m_uiForm.cbInstrument->currentText().toStdString();
std::string outWsName = instrumentName + "_transmission";
Expand Down

0 comments on commit 1eef7e7

Please sign in to comment.