Path: Change filenames in the rest of the Path code
Reflects changes in * PathOpGui.SetupOperation() * GetResources() * sPIxmap * pixmap * *.UI files Also contains minor translation context renames (these were edits made near to original intent of this commit)
This commit is contained in:
@@ -78,7 +78,7 @@ class _ViewProviderComment:
|
||||
return None
|
||||
|
||||
def getIcon(self): # optional
|
||||
return ":/icons/Path-Comment.svg"
|
||||
return ":/icons/Path_Comment.svg"
|
||||
|
||||
def onChanged(self, vobj, prop): # optional
|
||||
# pylint: disable=unused-argument
|
||||
@@ -97,7 +97,7 @@ class _ViewProviderComment:
|
||||
class CommandPathComment:
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-Comment',
|
||||
return {'Pixmap': 'Path_Comment',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Comment", "Comment"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Comment", "Add a Comment to your CNC program")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user