Browse Source

Changing menus for fileIO and labkeySlicerPythonExtension

Andrej Studen 5 years ago
parent
commit
1ca873041a

+ 1 - 1
labkeySlicerPythonExtension/fileIO.py

@@ -12,7 +12,7 @@ class fileIO(slicer.ScriptedLoadableModule.ScriptedLoadableModule):
         self.className="fileIO"
         self.parent.title="fileIO"
 
-        self.parent.categories = ["Examples"]
+        self.parent.categories = ["LabKey"]
         self.parent.dependencies = []
         self.parent.contributors = ["Andrej Studen (UL/FMF)"] # replace with "Firstname Lastname (Organization)"
         self.parent.helpText = """

+ 1 - 1
labkeySlicerPythonExtension/labkeySlicerPythonExtension.py

@@ -18,7 +18,7 @@ class labkeySlicerPythonExtension(ScriptedLoadableModule):
   def __init__(self, parent):
     ScriptedLoadableModule.__init__(self, parent)
     self.parent.title = "labkeySlicerPythonExtension" # TODO make this more human readable by adding spaces
-    self.parent.categories = ["Examples"]
+    self.parent.categories = ["LabKey"]
     self.parent.dependencies = []
     self.parent.contributors = ["Andrej Studen (UL/FMF)"] # replace with "Firstname Lastname (Organization)"
     self.parent.helpText = """