Skip to content

Commit

Permalink
Fixed thread-milling icon reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Dec 13, 2020
1 parent c955bf4 commit 70364c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathThreadMillingGui.py
Expand Up @@ -203,7 +203,7 @@ def registerSignalHandlers(self, obj):
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)
Expand Down

0 comments on commit 70364c0

Please sign in to comment.