diff --git a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp index 5bc23195a8..7964facbf5 100644 --- a/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp +++ b/ApplicationCode/UserInterface/RiuMainPlotWindow.cpp @@ -221,6 +221,7 @@ void RiuMainPlotWindow::createToolBars() toolbar->setObjectName(toolbar->windowTitle()); toolbar->addAction(cmdFeatureMgr->action("RicImportEclipseCaseFeature")); toolbar->addAction(cmdFeatureMgr->action("RicImportInputEclipseCaseFeature")); + toolbar->addAction(cmdFeatureMgr->action("RicImportSummaryCaseFeature")); toolbar->addAction(cmdFeatureMgr->action("RicOpenProjectFeature")); toolbar->addAction(cmdFeatureMgr->action("RicSaveProjectFeature")); } diff --git a/ApplicationCode/UserInterface/RiuMainWindow.cpp b/ApplicationCode/UserInterface/RiuMainWindow.cpp index 7c33acdbb2..565670fec8 100644 --- a/ApplicationCode/UserInterface/RiuMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuMainWindow.cpp @@ -421,6 +421,7 @@ void RiuMainWindow::createToolBars() toolbar->setObjectName(toolbar->windowTitle()); toolbar->addAction(cmdFeatureMgr->action("RicImportEclipseCaseFeature")); toolbar->addAction(cmdFeatureMgr->action("RicImportInputEclipseCaseFeature")); + toolbar->addAction(cmdFeatureMgr->action("RicImportSummaryCaseFeature")); toolbar->addAction(cmdFeatureMgr->action("RicOpenProjectFeature")); toolbar->addAction(cmdFeatureMgr->action("RicSaveProjectFeature")); }