#1294 - Improving formatting of well log plot ascii export

This commit is contained in:
astridkbjorke
2017-03-10 08:44:53 +01:00
parent b89efbf73e
commit eb3283041f
2 changed files with 38 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ void RicAsciiExportWellLogPlotFeature::onActionTriggered(bool isChecked)
caf::SelectionManager::instance()->objectsByType(&selectedWellLogPlots);
QString defaultDir = RiaApplication::instance()->lastUsedDialogDirectoryWithFallback("PLOT_ASCIIEXPORT_DIR", projectFolder);
QString defaultFileName = defaultDir + "/" + QString("WellAllocationPlotExport");
QString defaultFileName = defaultDir + "/" + QString("WellLogPlotExport");
QString fileName = QFileDialog::getSaveFileName(NULL, "Select file for Well Log Plot Export", defaultFileName, "All files(*.*)");
if (fileName.isEmpty()) return;