Commit df4e35e1 authored by Paul Bonser's avatar Paul Bonser

fix Processs/Processes typo

parent 3b70b70b
......@@ -38,7 +38,7 @@ class Processes(pycam.Plugins.ListPluginBase):
process_frame = self.gui.get_object("ProcessBox")
process_frame.unparent()
self._gtk_handlers = []
self.core.register_ui("main", "Processs", process_frame, weight=20)
self.core.register_ui("main", "Processes", process_frame, weight=20)
self._modelview = self.gui.get_object("ProcessEditorTable")
for action, obj_name in ((self.ACTION_UP, "ProcessMoveUp"),
(self.ACTION_DOWN, "ProcessMoveDown"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment