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)

View File

@@ -37,6 +37,7 @@ EXTRA_DIST = \
translations/PartDesign_uk.ts \
translations/PartDesign_zh.qm \
translations/PartDesign_zh.ts \
icons/PartDesign_Chamfer.svg \
icons/PartDesign_Fillet.svg \
icons/PartDesign_Groove.svg \
icons/PartDesign_Pad.svg \

View File

@@ -1,5 +1,6 @@
<RCC>
<qresource>
<file>icons/PartDesign_Chamfer.svg</file>
<file>icons/PartDesign_Fillet.svg</file>
<file>icons/PartDesign_Groove.svg</file>
<file>icons/PartDesign_Pad.svg</file>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.7 KiB