0000830: Part Design Fillet and Chamfer icons should be different from the Part icons

This commit is contained in:
wmayer
2012-09-10 17:00:53 +02:00
parent 5196c9240b
commit 8cd50774fa
4 changed files with 189 additions and 1 deletions

View File

@@ -564,7 +564,7 @@ CmdPartDesignChamfer::CmdPartDesignChamfer()
sToolTipText = QT_TR_NOOP("Chamfer the selected edges of a shape");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Part_Chamfer";
sPixmap = "PartDesign_Chamfer";
}
void CmdPartDesignChamfer::activated(int iMsg)