BIM: Use correct icon for SectionPlane

This commit is contained in:
Furgo
2025-09-10 00:19:44 +02:00
committed by Yorik van Havre
parent 673f6664bd
commit c64ed630cd

View File

@@ -39,7 +39,7 @@ class Arch_SectionPlane:
def GetResources(self):
return {'Pixmap' : 'Arch_SectionPlane_Tree',
return {'Pixmap' : 'Arch_SectionPlane',
'Accel': "S, E",
'MenuText': QT_TRANSLATE_NOOP("Arch_SectionPlane","Section Plane"),
'ToolTip': QT_TRANSLATE_NOOP("Arch_SectionPlane","Creates a section plane object, including the selected objects")}