diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-08-04 17:56:00 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-04 17:56:00 +0000 |
| commit | c216100f843d5ec0fba5a4f49907d666a65028b1 (patch) | |
| tree | 9fedee2560e123381ea87259744fb6ae13385136 /utils/themeeditor/resources.qrc | |
| parent | bcf51beee7afe2251aee2e98f26934e34b133e7a (diff) | |
| download | rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.zip rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.gz rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.bz2 rockbox-c216100f843d5ec0fba5a4f49907d666a65028b1.tar.xz | |
Theme Editor: Overhauled main window toolbar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27697 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources.qrc')
| -rw-r--r-- | utils/themeeditor/resources.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/themeeditor/resources.qrc b/utils/themeeditor/resources.qrc index c00953a..9290ca9 100644 --- a/utils/themeeditor/resources.qrc +++ b/utils/themeeditor/resources.qrc @@ -16,6 +16,13 @@ <file>resources/cursor.png</file> <file>resources/lines.png</file> <file alias="tagdb">resources/tagdb</file> + <file>resources/document-save-as.png</file> + <file>resources/edit-redo.png</file> + <file>resources/edit-undo.png</file> + <file>resources/edit-copy.png</file> + <file>resources/edit-cut.png</file> + <file>resources/edit-paste.png</file> + <file>resources/edit-find-replace.png</file> </qresource> <qresource prefix="/render"> <file alias="scenebg.png">resources/render/scenebg.png</file> |