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:
@@ -63,7 +63,7 @@ class ViewProviderPathCopy:
|
||||
return
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/Path-Copy.svg"
|
||||
return ":/icons/Path_Copy.svg"
|
||||
|
||||
def __getstate__(self):
|
||||
return None
|
||||
@@ -75,7 +75,7 @@ class ViewProviderPathCopy:
|
||||
class CommandPathCopy:
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-Copy',
|
||||
return {'Pixmap': 'Path_Copy',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Copy", "Copy"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Copy", "Creates a linked copy of another path")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user