aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelogimportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/divelogimportdialog.cpp')
-rw-r--r--qt-ui/divelogimportdialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp
index e622c1427..dd658f785 100644
--- a/qt-ui/divelogimportdialog.cpp
+++ b/qt-ui/divelogimportdialog.cpp
@@ -392,8 +392,10 @@ void DiveLogImportDialog::loadFileContents() {
headers.append("");
}
}
- if (matchedSome)
+ if (matchedSome) {
ui->dragInstructions->setText(tr("Some column headers were pre-populated; please drag and drop the headers so they match the column they are in."));
+ ui->knownImports->setCurrentIndex(0); // <- that's "Manual import"
+ }
f.reset();
int rows = 0;
while (rows < 10 || !f.atEnd()) {