[TD] Renamed ClipGroup, ClipGroupAdd, ClipGroupRemove
This commit is contained in:
@@ -861,7 +861,7 @@ CmdTechDrawClipGroup::CmdTechDrawClipGroup()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_ClipGroup";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-ClipGroup";
|
||||
sPixmap = "actions/TechDraw_ClipGroup";
|
||||
}
|
||||
|
||||
void CmdTechDrawClipGroup::activated(int iMsg)
|
||||
@@ -900,7 +900,7 @@ CmdTechDrawClipGroupAdd::CmdTechDrawClipGroupAdd()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_ClipGroupAdd";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-ClipGroupAdd";
|
||||
sPixmap = "actions/TechDraw_ClipGroupAdd";
|
||||
}
|
||||
|
||||
void CmdTechDrawClipGroupAdd::activated(int iMsg)
|
||||
@@ -983,7 +983,7 @@ CmdTechDrawClipGroupRemove::CmdTechDrawClipGroupRemove()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_ClipGroupRemove";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-ClipGroupRemove";
|
||||
sPixmap = "actions/TechDraw_ClipGroupRemove";
|
||||
}
|
||||
|
||||
void CmdTechDrawClipGroupRemove::activated(int iMsg)
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
<file>icons/actions/TechDraw_ActiveView.svg</file>
|
||||
<file>icons/actions/techdraw-multiview.svg</file>
|
||||
<file>icons/actions/techdraw-annotation.svg</file>
|
||||
<file>icons/actions/techdraw-ClipGroup.svg</file>
|
||||
<file>icons/actions/techdraw-ClipGroupAdd.svg</file>
|
||||
<file>icons/actions/techdraw-ClipGroupRemove.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroup.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroupAdd.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroupRemove.svg</file>
|
||||
<file>icons/actions/techdraw-DraftView.svg</file>
|
||||
<file>icons/actions/techdraw-ArchView.svg</file>
|
||||
<file>icons/actions/TechDraw_ExportPageDXF.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@@ -46,7 +46,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderViewClip, TechDrawGui::ViewProviderDraw
|
||||
|
||||
ViewProviderViewClip::ViewProviderViewClip()
|
||||
{
|
||||
sPixmap = "actions/techdraw-ClipGroup";
|
||||
sPixmap = "actions/TechDraw_ClipGroup";
|
||||
|
||||
// Do not show in property editor
|
||||
//DisplayMode.StatusBits.set(3, true);
|
||||
|
||||
Reference in New Issue
Block a user