diff --git a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc index 3c1448c24f..e40a67fd61 100644 --- a/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc +++ b/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc @@ -1,6 +1,5 @@ - icons/TechDraw_Tree_Annotation.svg icons/TechDraw_Tree_Hatch.svg icons/TechDraw_Tree_Page.svg icons/TechDraw_Tree_Page_Unsync.svg diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Tree_Annotation.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Tree_Annotation.svg deleted file mode 100755 index 49686813c2..0000000000 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Tree_Annotation.svg +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [WandererFan] - - - TechDraw_Tree_Annotation - 2016-04-27 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Tree_Annotation.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp b/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp index 043588eaee..588db5de59 100644 --- a/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp +++ b/src/Mod/TechDraw/Gui/ViewProviderAnnotation.cpp @@ -49,7 +49,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderAnnotation, TechDrawGui::ViewProviderDr ViewProviderAnnotation::ViewProviderAnnotation() { - sPixmap = "TechDraw_Tree_Annotation"; + sPixmap = "actions/techdraw-annotation"; } ViewProviderAnnotation::~ViewProviderAnnotation()