diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-14 07:38:09 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-14 07:38:09 +0000 |
| commit | 4b457d688b9b9c5b4b15babf93c04b8d2db489a9 (patch) | |
| tree | b2a3fa35fa6ac46d2ccf25c8d0018fe5c93b722f /utils/themeeditor/themeeditor.pro | |
| parent | 895e104603d3f8337a8d6f64e4c72e7583eff808 (diff) | |
| download | rockbox-4b457d688b9b9c5b4b15babf93c04b8d2db489a9.zip rockbox-4b457d688b9b9c5b4b15babf93c04b8d2db489a9.tar.gz rockbox-4b457d688b9b9c5b4b15babf93c04b8d2db489a9.tar.bz2 rockbox-4b457d688b9b9c5b4b15babf93c04b8d2db489a9.tar.xz | |
Theme Editor: Added optional plaintext editing for config files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 0805890..5d77d56 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -96,7 +96,11 @@ OTHER_FILES += README \ resources/pause.xcf \ resources/pause.png \ resources/ffwd.xcf \ - resources/ffwd.png + resources/ffwd.png \ + resources/lines.xcf \ + resources/lines.png \ + resources/cursor.xcf \ + resources/cursor.png FORMS += gui/editorwindow.ui \ gui/preferencesdialog.ui \ gui/configdocument.ui \ |