Add icon for georeference in preferences

It looks odd if one item is missing an icon. Thus suggesting (yet
another) placeholder icon for the preferences dialog.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-09-24 07:11:14 +03:00 committed by Dirk Hohndel
parent c15c588ef9
commit 9102f23b42
3 changed files with 6 additions and 0 deletions

BIN
icons/georeference.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -147,6 +147,11 @@
<property name="text">
<string>Georeference</string>
</property>
<property name="icon">
<iconset>
<normalon>:/georeference</normalon>
</iconset>
</property>
</item>
</widget>
</item>

View file

@ -66,6 +66,7 @@
<file>icons/ostc3.png</file>
<file>icons/suunto_vyper.png</file>
<file alias="facebook">icons/facebook.png</file>
<file alias="georeference">icons/georeference.png</file>
<file alias="filter-reset">icons/edit-undo.svg</file>
<file alias="filter-hide">icons/go-top.svg</file>
<file alias="filter-close">icons/process-stop.svg</file>