Improve branding by avoiding explicit use of 'FreeCAD' in tool tips

This commit is contained in:
wmayer
2019-09-07 13:18:59 +02:00
parent 145fe107e4
commit ee8ec4568b
9 changed files with 21 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
<string>ActiveView to TD View</string>
</property>
<property name="windowIcon">
<iconset resource="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc">
<iconset resource="Resources/TechDraw.qrc">
<normaloff>:/icons/actions/techdraw-activeview.svg</normaloff>:/icons/actions/techdraw-activeview.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -237,7 +237,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc"/>
<include location="Resources/TechDraw.qrc"/>
</resources>
<connections/>
</ui>