summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.cpp
diff options
context:
space:
mode:
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");