Part: rename the icons to start with Part_
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
|
||||
#include <Gui/Language/Translator.h>
|
||||
|
||||
#include "Resources/icons/PartFeature.xpm"
|
||||
#include "Resources/icons/PartFeatureImport.xpm"
|
||||
#include "Resources/icons/Part_Feature.xpm"
|
||||
#include "Resources/icons/Part_FeatureImport.xpm"
|
||||
|
||||
// use a different name to CreateCommand()
|
||||
void CreatePartCommands(void);
|
||||
@@ -225,8 +225,8 @@ PyMOD_INIT_FUNC(PartGui)
|
||||
|
||||
// register bitmaps
|
||||
Gui::BitmapFactoryInst& rclBmpFactory = Gui::BitmapFactory();
|
||||
rclBmpFactory.addXPM("PartFeature",(const char**) PartFeature_xpm);
|
||||
rclBmpFactory.addXPM("PartFeatureImport",(const char**) PartFeatureImport_xpm);
|
||||
rclBmpFactory.addXPM("Part_Feature",(const char**) PartFeature_xpm);
|
||||
rclBmpFactory.addXPM("Part_FeatureImport",(const char**) PartFeatureImport_xpm);
|
||||
|
||||
PyMOD_Return(partGuiModule);
|
||||
}
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
<file>icons/Part_ExplodeCompound.svg</file>
|
||||
<file>icons/Part_Export.svg</file>
|
||||
<file>icons/Part_Extrude.svg</file>
|
||||
<file>icons/PartFeature.svg</file>
|
||||
<file>icons/PartFeature.xpm</file>
|
||||
<file>icons/PartFeatureImport.xpm</file>
|
||||
<file>icons/Part_Feature.svg</file>
|
||||
<file>icons/Part_Feature.xpm</file>
|
||||
<file>icons/Part_FeatureImport.xpm</file>
|
||||
<file>icons/Part_Fillet.svg</file>
|
||||
<file>icons/Part_Fuse.svg</file>
|
||||
<file>icons/Part_Helix_Parametric.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -48,7 +48,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderImport,PartGui::ViewProviderPart)
|
||||
|
||||
ViewProviderImport::ViewProviderImport()
|
||||
{
|
||||
sPixmap = "PartFeatureImport";
|
||||
sPixmap = "Part_FeatureImport";
|
||||
}
|
||||
|
||||
ViewProviderImport::~ViewProviderImport()
|
||||
|
||||
Reference in New Issue
Block a user