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 7a77549ed7
commit 55510f33c5

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;
}