TD renaming tools, part 2/2

as discussed in https://forum.freecadweb.org/viewtopic.php?p=344899#p344800
we need a more consistent naming for the Wiki
This commit is contained in:
donovaly
2019-11-05 00:35:12 +01:00
committed by WandererFan
parent 056ff6d1b6
commit 896f1c25b7
28 changed files with 370 additions and 362 deletions

View File

@@ -67,12 +67,12 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderGeomHatch, Gui::ViewProviderDocumentObj
ViewProviderGeomHatch::ViewProviderGeomHatch()
{
sPixmap = "actions/techdraw-geomhatch";
sPixmap = "actions/techdraw-GeometricHatch";
static const char *vgroup = "GeomHatch";
ADD_PROPERTY_TYPE(ColorPattern,(0),vgroup,App::Prop_None,"The color of the pattern");
ADD_PROPERTY_TYPE(WeightPattern,(0),vgroup,App::Prop_None,"GeomHatch pattern line thickness");
ADD_PROPERTY_TYPE(ColorPattern,(0),vgroup,App::Prop_None,"Color of the pattern");
ADD_PROPERTY_TYPE(WeightPattern,(0),vgroup,App::Prop_None,"GeometricHatch pattern line thickness");
getParameters();