Skip to content

Commit 9854714

Browse files
authored
Merge pull request #90 from scharlton2/88-consider-adding-conc-along-with-ucn-files-for-gwt
Closes #88
2 parents 5cc4c29 + 130c28b commit 9854714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QModelViewer/modflow6datafilesdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ void Modflow6DataFilesDialog::onBrowseModelHeadFile()
235235
QString fileName = QFileDialog::getOpenFileName(this,
236236
tr("GWF Model Head or GWT Model Concentration File"),
237237
QString(),
238-
tr("Head & Concentration Files (*.hds; *.bhd; *.hdb; *.hed; *.ucn);;Concentration Files (*.ucn);;Head Files (*.hds; *.bhd; *.hdb; *.hed);;All files (*.*)"));
238+
tr("Head & Concentration Files (*.hds; *.bhd; *.hdb; *.hed; *.conc; *.ucn);;Concentration Files (*.ucn; *.conc);;Head Files (*.hds; *.bhd; *.hdb; *.hed);;All files (*.*)"));
239239
if (fileName.isEmpty())
240240
{
241241
return;

0 commit comments

Comments
 (0)