Navigation Menu

Skip to content

Commit

Permalink
Fix some icon path warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jul 28, 2013
1 parent 4166242 commit 166b9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -13,10 +13,6 @@
<property name="windowTitle">
<string>Layer labeling settings</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../../../../../../../../../private/var/.designer/backup</normaloff>../../../../../../../../../../private/var/.designer/backup</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<property name="verticalSpacing">
<number>6</number>
Expand Down
8 changes: 4 additions & 4 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -1482,8 +1482,8 @@
<string>...</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../images/themes/default/mActionContextHelp.png</normaloff>../../images/themes/default/mActionContextHelp.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionContextHelp.png</normaloff>:/images/themes/default/mActionContextHelp.png</iconset>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1538,8 +1538,8 @@
<string>...</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../images/themes/default/mActionFileSave.svg</normaloff>../../images/themes/default/mActionFileSave.svg</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionFileSave.svg</normaloff>:/images/themes/default/mActionFileSave.svg</iconset>
</property>
</widget>
</item>
Expand Down

0 comments on commit 166b9cf

Please sign in to comment.