[TD] icon name uniformity (cont.)

`WeldSymbol`, `PageDefault`, `PageTemplate`, `Symbol`, `ExportPageSVG`. `ExportPageDXF`, and `Tile`  
Moved `icons/arrow*` files further down the list + continuing to sort.
This commit is contained in:
luz paz
2021-04-09 07:19:28 -04:00
committed by wwmayer
parent 47a41ae1c8
commit 147e4aafff
14 changed files with 36 additions and 36 deletions

View File

@@ -59,7 +59,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderWeld, TechDrawGui::ViewProviderDrawingV
ViewProviderWeld::ViewProviderWeld()
{
sPixmap = "actions/techdraw-weldsymbol";
sPixmap = "actions/TechDraw_WeldSymbol";
static const char *group = "Text";
ADD_PROPERTY_TYPE(Font, (prefFontName().c_str()),group,App::Prop_None, "The name of the font to use");