Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/8421_muon_dtc_none_on_er…
Browse files Browse the repository at this point in the history
…ror'
  • Loading branch information
jawrainey committed Nov 15, 2013
2 parents 559ad69 + 51abbcd commit 5c02104
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,10 @@ void MuonAnalysis::inputFileChanged(const QStringList& files)
catch(std::exception& e)
{
QString errorMsg(e.what());
errorMsg += "\n\nNo Dead Time correction applied.";
errorMsg += "\n\nNo Dead Time correction applied.\n\nReset to None.";

// Set DTC type to None
m_uiForm.deadTimeType->setCurrentIndex(0);

QMessageBox::warning(this, "Mantid - MuonAnalysis", errorMsg);
}
Expand Down

0 comments on commit 5c02104

Please sign in to comment.