Don't use LastCaptureFilePath for import file browser

This commit is contained in:
baldurk
2018-06-21 17:46:15 +01:00
parent 427f1fe0ac
commit f1318b0961
+1 -1
View File
@@ -446,7 +446,7 @@ void MainWindow::importCapture(const CaptureFileFormat &fmt)
QString title = fmt.name;
QString filename =
RDDialog::getOpenFileName(this, tr("Select file to open"), m_Ctx.Config().LastCaptureFilePath,
RDDialog::getOpenFileName(this, tr("Select file to open"), QString(),
tr("%1 Files (*.%2);;All Files (*)").arg(title).arg(ext));
if(!filename.isEmpty())