+ remove .png file extension from pixmap for Part_Primitives command
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5110 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
c4fe31a837
commit
5f907d1278
|
@ -203,7 +203,7 @@ CmdPartPrimitives::CmdPartPrimitives()
|
|||
sToolTipText = QT_TR_NOOP("Creation of parametrized geometric primitives");
|
||||
sWhatsThis = "Part_Primitives";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_CreatePrimitives.png";
|
||||
sPixmap = "Part_CreatePrimitives";
|
||||
}
|
||||
|
||||
void CmdPartPrimitives::activated(int iMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user