summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-17 00:35:54 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-17 00:35:54 +0000
commit4a4699692270906976a9bc99d4c11f625fd756c6 (patch)
treeeeb68f77beb19321b643860f1934ba7b15207e32 /utils/themeeditor/gui/editorwindow.cpp
parent025147effbee00db8bae931b3ef3df25052e0d96 (diff)
downloadrockbox-4a4699692270906976a9bc99d4c11f625fd756c6.tar.gz
rockbox-4a4699692270906976a9bc99d4c11f625fd756c6.zip
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
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
-rw-r--r--utils/themeeditor/gui/editorwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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()
332 332
333 /* Generating the config file */ 333 /* Generating the config file */
334 QString config = tr("# Config file for ") + info.name + "\n"; 334 QString config = tr("# Config file for ") + info.name + "\n";
335 config.append("#target: " + info.target + "\n\n");
335 QString wpsBase = "/.rockbox/wps/"; 336 QString wpsBase = "/.rockbox/wps/";
336 if(info.sbs) 337 if(info.sbs)
337 config.append("sbs: " + wpsBase + info.name + ".sbs\n"); 338 config.append("sbs: " + wpsBase + info.name + ".sbs\n");