diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.cpp')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp index 043c08b..b5eea63 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"); |