diff options
author | Luisa Domingues <luisapiresdesign@gmail.com> | 2013-11-17 13:37:22 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-17 08:07:52 -0800 |
commit | 1b77b67fdf7048292ff5fe80ab1688a0497aaae1 (patch) | |
tree | 2680b19e5b400fe695fe62ee19cf85b40824db87 /subsurface.qrc | |
parent | 4e08ee6eba6b96708a5fa3003b45cb9e240f5be8 (diff) | |
download | subsurface-1b77b67fdf7048292ff5fe80ab1688a0497aaae1.tar.gz |
Mapped files of the planner icons on the subsurface.qrc file
[Dirk Hohndel: fixed several typos and changed the alias of the planner
related plus / minus icons to avoid duplicate aliases]
Signed-off-by: Luisa Domingues <luisapiresdesign@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 67efdc7a1..223ea5dec 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -15,5 +15,14 @@ <file alias="table-css">qt-ui/css/tableviews.css</file> <file alias="scale">icons/scale.svg</file> <file alias="ruler">icons/ruler.svg</file> + <file alias="arrow_up">icons/planner/arrow_up.png</file> + <file alias="arrow_down">icons/planner/arrow_down.png</file> + <file alias="icon_time">icons/planner/icon_time.png</file> + <file alias="icon_depth">icons/planner/icon_depth.png</file> + <file alias="round_base">icons/planner/round_base.png</file> + <file alias="right_wing">icons/planner/right_wing.png</file> + <file alias="left_wing">icons/planner/left_wing.png</file> + <file alias="plan_minus">icons/planner/minus.png</file> + <file alias="plan_plus">icons/planner/plus.png</file> </qresource> </RCC> |