Skip to content
Snippets Groups Projects
Commit cad5fb4b authored by Olivier Langella's avatar Olivier Langella
Browse files

peptide details

parent 1951148d
No related branches found
No related tags found
No related merge requests found
......@@ -142,11 +142,11 @@ void PeptideWindow::updateDisplay() {
}
catch (pappso::PappsoException exception_pappso) {
QMessageBox::warning(this,
tr("Unable to display protein details :"), exception_pappso.qwhat());
tr("Unable to display peptide details :"), exception_pappso.qwhat());
}
catch (std::exception exception_std) {
QMessageBox::warning(this,
tr("Unable to display protein details :"), exception_std.what());
tr("Unable to display peptide details :"), exception_std.what());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment