瀏覽代碼

Changing menu location of resample

Andrej Studen 5 年之前
父節點
當前提交
043b72636c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/resample.py

+ 1 - 1
utils/resample.py

@@ -12,7 +12,7 @@ class resample(ScriptedLoadableModule):
   def __init__(self, parent):
   def __init__(self, parent):
     ScriptedLoadableModule.__init__(self, parent)
     ScriptedLoadableModule.__init__(self, parent)
     parent.title = "Resample"
     parent.title = "Resample"
-    parent.categories = ["Labkey"]
+    parent.categories = ["LabKey"]
     parent.dependencies = []
     parent.dependencies = []
     parent.contributors = ["Andrej Studen (FMF/JSI)"] # replace with "Firstname Lastname (Org)"
     parent.contributors = ["Andrej Studen (FMF/JSI)"] # replace with "Firstname Lastname (Org)"
     parent.helpText = """
     parent.helpText = """