瀏覽代碼

Adjusting menu entry for vtkInterface

NIX User 5 年之前
父節點
當前提交
2c552d96b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      DICOMtools/vtkInterface.py

+ 1 - 0
DICOMtools/vtkInterface.py

@@ -12,6 +12,7 @@ class vtkInterface:
     #parent.categories = ["LabKey"]
     parent.dependencies = []
     parent.contributors = ["Andrej Studen (FMF/JSI)"] # replace with "Firstname Lastname (Org)"
+    parent.title="vtkInterface"
     parent.helpText = """
     Convert native numpy data structures to vtk
     """