From 4a4699692270906976a9bc99d4c11f625fd756c6 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 17 Jul 2010 00:35:54 +0000 Subject: Theme Editor: Integrated target db with project creation code. Now changing the target option in the New Project dialog will change the available options for wps documents, and the target id is stored in the new config file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27451 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/editorwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/gui/editorwindow.cpp') diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp index 043c08badd..b5eea633f9 100644 --- a/utils/themeeditor/gui/editorwindow.cpp +++ b/utils/themeeditor/gui/editorwindow.cpp @@ -332,6 +332,7 @@ void EditorWindow::newProject() /* Generating the config file */ QString config = tr("# Config file for ") + info.name + "\n"; + config.append("#target: " + info.target + "\n\n"); QString wpsBase = "/.rockbox/wps/"; if(info.sbs) config.append("sbs: " + wpsBase + info.name + ".sbs\n"); -- cgit v1.2.3