Image workbench missing icons

This commit is contained in:
triplus
2019-03-05 00:19:49 +01:00
committed by wmayer
parent 1daa0aa79c
commit b5bd2e3405
6 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ if FreeCAD.GuiUp:
class _CommandImageScaling:
"Command to Scale an Image to an Image Plane"
def GetResources(self):
return {'Pixmap': "image-scale",
return {'Pixmap': "Image_Scaling",
'MenuText': QtCore.QT_TRANSLATE_NOOP("Image_Scaling", "Scale image plane"),
'Accel': "",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Image_Scaling", "Scales an image plane by defining a distance between two points")}