diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 21:28:11 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 21:28:11 +0000 |
commit | 35150b6dcb18089ba76a660e6b73caf1dad86579 (patch) | |
tree | eabfb61be2eb8e3a2cfe9796fb3090842fd8bd0c /utils/themeeditor/resources.qrc | |
parent | 8114979e8e413caa876cda626fe0b6385bfc56ce (diff) | |
download | rockbox-35150b6dcb18089ba76a660e6b73caf1dad86579.tar.gz rockbox-35150b6dcb18089ba76a660e6b73caf1dad86579.zip |
Theme Editor: Implemented status bar enable/disable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources.qrc')
-rw-r--r-- | utils/themeeditor/resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/resources.qrc b/utils/themeeditor/resources.qrc index a1c545bbb1..ad892d7853 100644 --- a/utils/themeeditor/resources.qrc +++ b/utils/themeeditor/resources.qrc @@ -13,5 +13,6 @@ <qresource prefix="/render"> <file alias="scenebg.png">resources/render/scenebg.png</file> <file alias="albumart.png">resources/render/albumart.png</file> + <file alias="statusbar.png">resources/render/statusbar.png</file> </qresource> </RCC> |