Procházet zdrojové kódy

Changing menu location of resample

Andrej Studen před 5 roky
rodič
revize
043b72636c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      utils/resample.py

+ 1 - 1
utils/resample.py

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