Path: Added missing Path_Custom in previous commit
This commit is contained in:
@@ -76,9 +76,9 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage):
|
||||
|
||||
|
||||
Command = PathOpGui.SetupOperation('Custom', PathCustom.Create, TaskPanelOpPage,
|
||||
'Path-Custom',
|
||||
QtCore.QT_TRANSLATE_NOOP("Custom", "Custom"),
|
||||
QtCore.QT_TRANSLATE_NOOP("Custom", "Create custom gcode snippet"),
|
||||
'Path_Custom',
|
||||
QtCore.QT_TRANSLATE_NOOP("Path_Custom", "Custom"),
|
||||
QtCore.QT_TRANSLATE_NOOP("Path_Custom", "Create custom gcode snippet"),
|
||||
PathCustom.SetupProperties)
|
||||
|
||||
FreeCAD.Console.PrintLog("Loading PathCustomGui... done\n")
|
||||
|
||||
Reference in New Issue
Block a user