Added template export to Path menu, rearranged layout a bit for better consistency.
This commit is contained in:
@@ -220,7 +220,7 @@ class CommandJobTemplateExport:
|
||||
'''
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-Job',
|
||||
return {'Pixmap': 'Path-ExportTemplate',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Job", "Export Template"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Job", "Exports Path Job as a template to be used for other jobs")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user