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

propose DAT files in load dialog

parent 6f27113f
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ void LoadResultsDialog::chooseFiles() {
QString default_location = settings.value("path/identificationfiles", "").toString();
QStringList filenames = QFileDialog::getOpenFileNames(this,tr("identification files"),default_location,
tr("X!Tandem, mzIdentML or pepxml files (*.xml *.mzid *.pep);;all files (*)") );
tr("X!Tandem, Mascot DAT or mzIdentML files (*.xml *.mzid *.dat);;all files (*)") );
if (filenames.size() > 0) {
settings.setValue("path/identificationfiles", QFileInfo(filenames[0]).absolutePath());
......
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