From c9ee75fd4cd06b0ae435cac2ad3686e05615b24f Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sat, 12 Dec 2020 20:18:34 -0800 Subject: [PATCH] Fixed thread-milling icon reference. --- src/Mod/Path/PathScripts/PathThreadMillingGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathThreadMillingGui.py b/src/Mod/Path/PathScripts/PathThreadMillingGui.py index 66acac9387..fab21692a7 100644 --- a/src/Mod/Path/PathScripts/PathThreadMillingGui.py +++ b/src/Mod/Path/PathScripts/PathThreadMillingGui.py @@ -203,7 +203,7 @@ class TaskPanelOpPage(PathCircularHoleBaseGui.TaskPanelOpPage): Command = PathOpGui.SetupOperation('Thread Milling', PathThreadMilling.Create, TaskPanelOpPage, - 'Path-ThreadMilling', + 'Path_ThreadMilling', QtCore.QT_TRANSLATE_NOOP("PathThreadMilling", "Thread Milling"), QtCore.QT_TRANSLATE_NOOP("PathThreadMilling", "Creates a Path Thread Milling operation from features of a base object"), PathThreadMilling.SetupProperties)