From 39e252019f55dab3e6119cba92caf451c29aa92b Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 6 Jul 2010 19:19:11 +0000 Subject: Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27318 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 4241598566..8a16fa926a 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \ gui/devicestate.h \ graphics/rbalbumart.h \ graphics/rbprogressbar.h \ - gui/findreplacedialog.h + gui/findreplacedialog.h \ + graphics/rbtext.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -63,7 +64,8 @@ SOURCES += main.cpp \ gui/devicestate.cpp \ graphics/rbalbumart.cpp \ graphics/rbprogressbar.cpp \ - gui/findreplacedialog.cpp + gui/findreplacedialog.cpp \ + graphics/rbtext.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3