Added template export to Path menu, rearranged layout a bit for better consistency.

This commit is contained in:
Markus Lampert
2017-11-28 15:55:55 -08:00
committed by wmayer
parent aea66610d9
commit 5ff9f0fa26
5 changed files with 1203 additions and 7 deletions

View File

@@ -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")}