From 15349dd471c5cc21d2dc82ae59366e0b902d80ca Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 6 Oct 2016 15:17:59 +0200 Subject: [PATCH] #849 Added import summary case to toolbars --- ApplicationCode/UserInterface/RiuMainPlotWindow.cpp | 1 + ApplicationCode/UserInterface/RiuMainWindow.cpp | 1 + 2 files changed, 2 insertions(+) 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")); }