Again some fixes

This commit is contained in:
jriegel
2013-07-10 07:54:26 +02:00
parent 7000dbebe8
commit cf5ce07b1a
4 changed files with 8 additions and 2 deletions

View File

@@ -39,9 +39,9 @@ class _CommandAlignment:
"the MachDist Alignment command definition"
def GetResources(self):
return {'Pixmap' : 'MachDist_Align',
'MenuText': QtCore.QT_TRANSLATE_NOOP("MachDist_Alignment","Machine-Distortion Alignment"),
'MenuText': QtCore.QT_TRANSLATE_NOOP("MachDist_Alignment","Part Alignment"),
'Accel': "A",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("MachDist_Alignment","Machine-Distortion Alignment")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("MachDist_Alignment","Part Alignment")}
def Activated(self):
FreeCAD.ActiveDocument.openTransaction("Alignment")