diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-25 15:47:48 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 4c7ce4aa1d5c8de067d7c3161f1bd1f904a6c5a5 (patch) | |
tree | 85af7cb116c4178852222e32e87ae4c55af07133 /subsurface.qrc | |
parent | 3435d13509e2623ee26de0c75f571982603f0baa (diff) | |
download | subsurface-4c7ce4aa1d5c8de067d7c3161f1bd1f904a6c5a5.tar.gz |
Dive site rewrite: change add icon to edit
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 2b0731301..f6abf9063 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -72,8 +72,9 @@ <file>icons/ostc3.png</file> <file>icons/suunto_vyper.png</file> <file alias="facebook">icons/facebook.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> + <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> + <file alias="edit">icons/edit-circled.svg</file> </qresource> </RCC> |