Sketcher: Correct icon for Sketcher_CreatePointFillet

This commit is contained in:
Roy-043
2022-10-24 21:23:23 +02:00
committed by Uwe
parent 8b1760971f
commit 7ae40aebd2

View File

@@ -1251,7 +1251,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;
}