From f30ae72f5a2bc3f8c3f67621808b2f479048abc9 Mon Sep 17 00:00:00 2001 From: Gesner Passos <gesner.passos@stfc.ac.uk> Date: Fri, 1 Feb 2013 12:14:38 +0000 Subject: [PATCH] Remove ScriptRepository from this release re #6175 --- Code/Mantid/Framework/CMakeLists.txt | 2 +- Code/Mantid/MantidPlot/src/ApplicationWindow.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/CMakeLists.txt b/Code/Mantid/Framework/CMakeLists.txt index 383f49d85e5..49e4dfb2b6f 100644 --- a/Code/Mantid/Framework/CMakeLists.txt +++ b/Code/Mantid/Framework/CMakeLists.txt @@ -138,7 +138,7 @@ endif () add_subdirectory (MDAlgorithms) add_subdirectory (MDEvents) add_subdirectory (Doxygen) -add_subdirectory (ScriptRepository) +#add_subdirectory (ScriptRepository) ########################################################################### # Add a custom target to build all of the Framework diff --git a/Code/Mantid/MantidPlot/src/ApplicationWindow.cpp b/Code/Mantid/MantidPlot/src/ApplicationWindow.cpp index 95f2577b2a9..083fac0e6de 100644 --- a/Code/Mantid/MantidPlot/src/ApplicationWindow.cpp +++ b/Code/Mantid/MantidPlot/src/ApplicationWindow.cpp @@ -9161,7 +9161,8 @@ void ApplicationWindow::fileMenuAboutToShow() fileMenu->addAction(actionManageDirs); fileMenu->insertSeparator(); fileMenu->addAction(actionLoadImage); - fileMenu->addAction(actionScriptRepo); + // pulled from Release 2.4. + //fileMenu->addAction(actionScriptRepo); MdiSubWindow *w = activeWindow(); if (w && w->isA("Matrix")) -- GitLab