Skip to content

Commit

Permalink
+ remove .png extension in spnav dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 1, 2013
1 parent 1060d40 commit 31c5e70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Gui/DlgCustomizeSpNavSettings.ui
Expand Up @@ -140,7 +140,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-PanLR.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-PanLR</pixmap>
</property>
</widget>
</item>
Expand All @@ -150,7 +150,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-PanUD.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-PanUD</pixmap>
</property>
</widget>
</item>
Expand All @@ -160,7 +160,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Zoom.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Zoom</pixmap>
</property>
</widget>
</item>
Expand All @@ -170,7 +170,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Tilt.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Tilt</pixmap>
</property>
</widget>
</item>
Expand All @@ -180,7 +180,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Roll.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Roll</pixmap>
</property>
</widget>
</item>
Expand All @@ -190,7 +190,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Spin.png</pixmap>
<pixmap resource="Icons/resource.qrc">:/icons/SpNav-Spin</pixmap>
</property>
</widget>
</item>
Expand Down

0 comments on commit 31c5e70

Please sign in to comment.