diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-01-27 21:03:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-27 12:29:00 -0800 |
commit | 79ce3c02cbb67a568e50c95b1f2f227a3265af86 (patch) | |
tree | 829dd3dc67fef1b0f60cb1e940e3a51dacf2d7d6 | |
parent | 8accd087159f60e9de3d60538bed867519196147 (diff) | |
download | subsurface-79ce3c02cbb67a568e50c95b1f2f227a3265af86.tar.gz |
Use correct alias for satellite icon for revers geo lookup
Bring back the satellite icon for the reverse geo lookup by using
the correct alias name.
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
-rw-r--r-- | desktop-widgets/locationInformation.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/locationInformation.ui b/desktop-widgets/locationInformation.ui index fdd191d4f..38da223fd 100644 --- a/desktop-widgets/locationInformation.ui +++ b/desktop-widgets/locationInformation.ui @@ -77,7 +77,7 @@ </property> <property name="icon"> <iconset> - <normaloff>:satellite</normaloff>:satellite</iconset> + <normaloff>:satellite-icon</normaloff>:satellite-icon</iconset> </property> </widget> </item> |