From 1ae6ee263b9ef6f356760002f3f02197927a963b Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 24 Jun 2010 07:59:41 +0000 Subject: 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 --- utils/themeeditor/themeeditor.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 6237ee8..50cafe0 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -64,10 +64,10 @@ OTHER_FILES += README \ resources/COPYING \ resources/document-save.png \ resources/document-open.png \ - resources/document-new.png + resources/document-new.png \ + resources/deviceoptions FORMS += gui/editorwindow.ui \ gui/preferencesdialog.ui \ gui/configdocument.ui \ - gui/skinviewer.ui \ - gui/devicestate.ui + gui/skinviewer.ui RESOURCES += resources.qrc -- cgit v1.1