Sketcher: Correct icon for Sketcher_CreatePointFillet

This commit is contained in:
Roy-043
2022-10-25 01:15:01 +02:00
committed by Uwe
parent 3f48031cb4
commit 641fd1b287
+1 -1
View File
@@ -5938,7 +5938,7 @@ CmdSketcherCreatePointFillet::CmdSketcherCreatePointFillet()
sToolTipText = QT_TR_NOOP("Fillet that preserves intersection point and most constraints");
sWhatsThis = "Sketcher_CreatePointFillet";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_CreateFillet";
sPixmap = "Sketcher_CreatePointFillet";
sAccel = "G, F, P";
eType = ForEdit;
}