diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-07 16:34:42 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-08 07:18:40 -0800 |
commit | d66e4b5236441f3ac83a314055e4981571197d86 (patch) | |
tree | 5ae9b7dada6f7b597596e03e69f57059f3b54b77 /subsurface.qrc | |
parent | 86bc3bd58fd36057660024dcfe4bb1eaad2a4b0c (diff) | |
download | subsurface-d66e4b5236441f3ac83a314055e4981571197d86.tar.gz |
Fix the 'Empty' profile state that was broken for ages.
Show a nice poster that Luisa did for Subsurface ( we have a few other
options that I'm waiting her to send. )
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 7e9e03ec2..b4d59060d 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -19,7 +19,9 @@ <file alias="scale">icons/scale.png</file> <!-- <file alias="ruler">icons/ruler.svg</file> --> <file alias="ruler">icons/ruler.png</file> - <file alias="flag">icons/flag.png</file> + <file alias="poster1">icons/poster1.jpg</file> + <file alias="poster2">icons/poster2.jpg</file> + <file alias="poster3">icons/poster3.jpg</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> |