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:
@@ -67,7 +67,7 @@ class ViewProvider:
|
||||
return None
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/Path-ToolController.svg"
|
||||
return ":/icons/Path_ToolController.svg"
|
||||
|
||||
def onChanged(self, vobj, prop):
|
||||
# pylint: disable=unused-argument
|
||||
@@ -141,7 +141,7 @@ class CommandPathToolController(object):
|
||||
# pylint: disable=no-init
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-LengthOffset',
|
||||
return {'Pixmap': 'Path_LengthOffset',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_ToolController", "Add Tool Controller to the Job"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_ToolController", "Add Tool Controller")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user