summaryrefslogtreecommitdiff
path: root/utils/themeeditor/resources.qrc
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-05 19:47:49 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-05 19:47:49 +0000
commit47181b8b9b0e3e914243a463ad02a2eceab61c6e (patch)
tree11a75ac5d5d1a4e72a60284c7a4a1b74893568db /utils/themeeditor/resources.qrc
parent45ab395c2fb42445382a377314bd63ae216f40c4 (diff)
downloadrockbox-47181b8b9b0e3e914243a463ad02a2eceab61c6e.tar.gz
rockbox-47181b8b9b0e3e914243a463ad02a2eceab61c6e.zip
Theme Editor: Got save/save-as functionality working and added Tango icons to the toolbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources.qrc')
-rw-r--r--utils/themeeditor/resources.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/resources.qrc b/utils/themeeditor/resources.qrc
index fbe5cfbb01..b882e23a1d 100644
--- a/utils/themeeditor/resources.qrc
+++ b/utils/themeeditor/resources.qrc
@@ -1,5 +1,8 @@
1<RCC> 1<RCC>
2 <qresource prefix="/resources"> 2 <qresource prefix="/resources">
3 <file>resources/windowicon.png</file> 3 <file>resources/windowicon.png</file>
4 <file>resources/document-new.png</file>
5 <file>resources/document-open.png</file>
6 <file>resources/document-save.png</file>
4 </qresource> 7 </qresource>
5</RCC> 8</RCC>