Skip to content
Snippets Groups Projects
Commit f30ae72f authored by Gesner Passos's avatar Gesner Passos
Browse files

Remove ScriptRepository from this release

re #6175
parent 01d139e8
No related branches found
No related tags found
Loading
...@@ -138,7 +138,7 @@ endif () ...@@ -138,7 +138,7 @@ endif ()
add_subdirectory (MDAlgorithms) add_subdirectory (MDAlgorithms)
add_subdirectory (MDEvents) add_subdirectory (MDEvents)
add_subdirectory (Doxygen) add_subdirectory (Doxygen)
add_subdirectory (ScriptRepository) #add_subdirectory (ScriptRepository)
########################################################################### ###########################################################################
# Add a custom target to build all of the Framework # Add a custom target to build all of the Framework
......
...@@ -9161,7 +9161,8 @@ void ApplicationWindow::fileMenuAboutToShow() ...@@ -9161,7 +9161,8 @@ void ApplicationWindow::fileMenuAboutToShow()
fileMenu->addAction(actionManageDirs); fileMenu->addAction(actionManageDirs);
fileMenu->insertSeparator(); fileMenu->insertSeparator();
fileMenu->addAction(actionLoadImage); fileMenu->addAction(actionLoadImage);
fileMenu->addAction(actionScriptRepo); // pulled from Release 2.4.
//fileMenu->addAction(actionScriptRepo);
   
MdiSubWindow *w = activeWindow(); MdiSubWindow *w = activeWindow();
if (w && w->isA("Matrix")) if (w && w->isA("Matrix"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment