[TechDraw] Rename icon filenames for consistency

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-07-09 01:42:28 +02:00
committed by WandererFan
parent 8c0ab46b4d
commit 43f6c17942
45 changed files with 95 additions and 95 deletions

View File

@@ -83,7 +83,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderDraft, TechDrawGui::ViewProviderSymbol)
ViewProviderDraft::ViewProviderDraft()
{
sPixmap = "actions/techdraw-DraftView.svg";
sPixmap = "actions/TechDraw_DraftView.svg";
}
ViewProviderDraft::~ViewProviderDraft()
@@ -98,7 +98,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderArch, TechDrawGui::ViewProviderSymbol)
ViewProviderArch::ViewProviderArch()
{
sPixmap = "actions/techdraw-ArchView.svg";
sPixmap = "actions/TechDraw_ArchView.svg";
}
ViewProviderArch::~ViewProviderArch()