diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-06-17 20:44:11 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-17 20:44:11 +0000 |
commit | 02c377469a00ae0634b3269935ce5fa186e0ee58 (patch) | |
tree | bf60f59b02160e153171c4877699c4c54fea30cd /utils/themeeditor/resources.qrc | |
parent | 60200755512e0b2c0758ac3697f06194e9809f40 (diff) | |
download | rockbox-02c377469a00ae0634b3269935ce5fa186e0ee58.tar.gz rockbox-02c377469a00ae0634b3269935ce5fa186e0ee58.zip |
Theme Editor: Continuing work on rendering, skin preview will now show backdrop or background color depending on config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26900 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources.qrc')
-rw-r--r-- | utils/themeeditor/resources.qrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/resources.qrc b/utils/themeeditor/resources.qrc index bba483f210..6815ccf8ea 100644 --- a/utils/themeeditor/resources.qrc +++ b/utils/themeeditor/resources.qrc @@ -6,4 +6,7 @@ <file>resources/document-save.png</file> <file alias="configkeys">resources/configkeys</file> </qresource> + <qresource prefix="/render"> + <file alias="scenebg.png">resources/render/scenebg.png</file> + </qresource> </RCC> |