TD renaming tools

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-03 21:30:34 +01:00
committed by WandererFan
parent 6a7ee4f0f7
commit 914edfc2ce
23 changed files with 220 additions and 233 deletions

View File

@@ -93,7 +93,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderDraft, TechDrawGui::ViewProviderSymbol)
ViewProviderDraft::ViewProviderDraft()
{
sPixmap = "actions/techdraw-draft-view.svg";
sPixmap = "actions/techdraw-DraftView.svg";
}
ViewProviderDraft::~ViewProviderDraft()
@@ -108,7 +108,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderArch, TechDrawGui::ViewProviderSymbol)
ViewProviderArch::ViewProviderArch()
{
sPixmap = "actions/techdraw-arch-view.svg";
sPixmap = "actions/techdraw-ArchView.svg";
}
ViewProviderArch::~ViewProviderArch()