diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-06-24 07:59:41 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-24 07:59:41 +0000 |
commit | 1ae6ee263b9ef6f356760002f3f02197927a963b (patch) | |
tree | c9fec66fd676f421e22554f0b51a3a4a2f9ffab8 /utils/themeeditor/resources.qrc | |
parent | 103eabd31fb4a5b21e183a7a081ad204720e0eb0 (diff) | |
download | rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.tar.gz rockbox-1ae6ee263b9ef6f356760002f3f02197927a963b.zip |
Theme Editor: Fixed some resource alias issues, implemented device configuration panel that loads options from a text file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27102 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources.qrc')
-rw-r--r-- | utils/themeeditor/resources.qrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/resources.qrc b/utils/themeeditor/resources.qrc index 6815ccf8ea..27d808c240 100644 --- a/utils/themeeditor/resources.qrc +++ b/utils/themeeditor/resources.qrc @@ -1,10 +1,11 @@ <RCC> <qresource prefix="/resources"> - <file>resources/windowicon.png</file> + <file alias="windowicon.png">resources/windowicon.png</file> <file>resources/document-new.png</file> <file>resources/document-open.png</file> <file>resources/document-save.png</file> <file alias="configkeys">resources/configkeys</file> + <file alias="deviceoptions">resources/deviceoptions</file> </qresource> <qresource prefix="/render"> <file alias="scenebg.png">resources/render/scenebg.png</file> |