Skip to content

Commit

Permalink
Merge pull request #90 from scharlton2/88-consider-adding-conc-along-…
Browse files Browse the repository at this point in the history
…with-ucn-files-for-gwt

Closes #88
  • Loading branch information
scharlton2 authored Jun 20, 2023
2 parents 5cc4c29 + 130c28b commit 9854714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QModelViewer/modflow6datafilesdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void Modflow6DataFilesDialog::onBrowseModelHeadFile()
QString fileName = QFileDialog::getOpenFileName(this,
tr("GWF Model Head or GWT Model Concentration File"),
QString(),
tr("Head & Concentration Files (*.hds; *.bhd; *.hdb; *.hed; *.ucn);;Concentration Files (*.ucn);;Head Files (*.hds; *.bhd; *.hdb; *.hed);;All files (*.*)"));
tr("Head & Concentration Files (*.hds; *.bhd; *.hdb; *.hed; *.conc; *.ucn);;Concentration Files (*.ucn; *.conc);;Head Files (*.hds; *.bhd; *.hdb; *.hed);;All files (*.*)"));
if (fileName.isEmpty())
{
return;
Expand Down

0 comments on commit 9854714

Please sign in to comment.