Skip to content

Commit

Permalink
OpenSCAD fix missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
triplus authored and yorikvanhavre committed Aug 20, 2019
1 parent eb0ee01 commit 7ec43fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/OpenSCAD/OpenSCADCommands.py
Expand Up @@ -140,7 +140,7 @@ def Activated(self):
FreeCAD.ActiveDocument.recompute()

def GetResources(self):
return {'Pixmap' : 'python', 'MenuText': QtCore.QT_TRANSLATE_NOOP(\
return {'Pixmap' : 'Python', 'MenuText': QtCore.QT_TRANSLATE_NOOP(\
'OpenSCAD_Edgestofaces','Convert Edges To Faces'),
'ToolTip': QtCore.QT_TRANSLATE_NOOP('OpenSCAD',\
'Convert Edges to Faces')}
Expand Down Expand Up @@ -201,7 +201,7 @@ def Activated(self):
expandplacements.expandplacements(selobj.Object,FreeCAD.Placement())
FreeCAD.ActiveDocument.recompute()
def GetResources(self):
return {'Pixmap' : 'python', 'MenuText': QtCore.QT_TRANSLATE_NOOP(\
return {'Pixmap' : 'Python', 'MenuText': QtCore.QT_TRANSLATE_NOOP(\
'OpenSCAD_ExpandPlacements','Expand Placements'), 'ToolTip': \
QtCore.QT_TRANSLATE_NOOP('OpenSCAD_ExpandPlacements',\
'Expand all placements downwards the FeatureTree')}
Expand Down

0 comments on commit 7ec43fc

Please sign in to comment.