Path: Added missing Path_Custom in previous commit

This commit is contained in:
luz paz
2020-11-30 08:28:05 -05:00
parent fe547195bf
commit 0e4cf2e758

View File

@@ -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")