1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Bieber 2010-07-17 00:35:54 +00:00
parent 025147effb
commit 4a46996922
4 changed files with 49 additions and 1 deletions

View file

@ -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");