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:
@@ -80,7 +80,7 @@ class _ViewProviderFixture:
|
||||
return None
|
||||
|
||||
def getIcon(self): # optional
|
||||
return ":/icons/Path-Datums.svg"
|
||||
return ":/icons/Path_Datums.svg"
|
||||
|
||||
def onChanged(self, vobj, prop): # optional
|
||||
# pylint: disable=unused-argument
|
||||
@@ -111,7 +111,7 @@ class _ViewProviderFixture:
|
||||
class CommandPathFixture:
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-Datums',
|
||||
return {'Pixmap': 'Path_Datums',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Fixture", "Fixture"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Fixture", "Creates a Fixture Offset object")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user