diff --git a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp index 58ce108e78..a19df9367d 100644 --- a/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuPlotMainWindow.cpp @@ -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"; }