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:
parent
025147effb
commit
4a46996922
4 changed files with 49 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue