Restored icons for profile ops; cleaned up accel keys.

This commit is contained in:
Markus Lampert
2017-08-10 12:43:40 -07:00
committed by Yorik van Havre
parent 0b380fde15
commit dd23476a49
24 changed files with 18 additions and 28 deletions

View File

@@ -78,7 +78,6 @@ class CommandPathCopy:
def GetResources(self):
return {'Pixmap': 'Path-Copy',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Copy", "Copy"),
'Accel': "P, Y",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Copy", "Creates a linked copy of another path")}
def IsActive(self):