Merge pull request #10268 from Syres916/Fix_Sketcher_Missing_Icon_Warning

[Sketcher] Fix minor icon missing bug...
This commit is contained in:
Chris Hennes
2023-08-19 15:09:45 -05:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ class _CommandProfileHexagon1:
def GetResources(self):
return {
"Pixmap": "Sketcher_ProfilesHexagon1",
"Pixmap": "Sketcher_CreateHexagon",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"Sketcher_ProfilesHexagon1", "Creates a hexagonal profile"
),