diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2014-07-10 07:44:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 07:44:39 -0700 |
commit | ac2bcc8e1620379020f2e3a17ed9f0b62d2a8c29 (patch) | |
tree | 6b6e7407ddd221d4c0da06b8de6bc35995b5de3c | |
parent | c7df6df8cd421044a26bad51759dd3b66a5e0bb6 (diff) | |
download | subsurface-ac2bcc8e1620379020f2e3a17ed9f0b62d2a8c29.tar.gz |
Place holder icon for network prefs
Until we can get a proper one.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | icons/network.png | bin | 0 -> 4385 bytes | |||
-rw-r--r-- | qt-ui/preferences.ui | 2 | ||||
-rw-r--r-- | subsurface.qrc | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/icons/network.png b/icons/network.png Binary files differnew file mode 100644 index 000000000..a5923c0db --- /dev/null +++ b/icons/network.png diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index a2f43dd7f..2fdddf6e0 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -126,7 +126,7 @@ </property> <property name="icon"> <iconset> - <normalon>:/round_base</normalon> + <normalon>:/network</normalon> </iconset> </property> </item> diff --git a/subsurface.qrc b/subsurface.qrc index 1fc6d68ca..a98ed4d9c 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -6,6 +6,7 @@ <file alias="trash">icons/trash.png</file> <file alias="units">icons/units.png</file> <file alias="advanced">icons/advanced.png</file> + <file alias="network">icons/network.png</file> <file alias="edit">icons/advanced.png</file> <file alias="graph">icons/graph.png</file> <file alias="minimum">icons/minimum.png</file> |