#4144 Remove grid import buttons from plot window and add ensemble import

This commit is contained in:
Gaute Lindkvist 2019-03-08 10:41:32 +01:00
parent b22ca46dc5
commit 8382b5cfdd

View File

@ -288,9 +288,9 @@ QStringList RiuPlotMainWindow::toolbarCommandIds(const QString& toolbarName)
if (toolbarName.isEmpty() || toolbarName == "Standard")
{
commandIds << "RicImportEclipseCaseFeature";
commandIds << "RicImportInputEclipseCaseFeature";
commandIds << "RicImportGeneralDataFeature";
commandIds << "RicImportSummaryCaseFeature";
commandIds << "RicImportEnsembleFeature";
commandIds << "RicOpenProjectFeature";
commandIds << "RicSaveProjectFeature";
}