Theme Editor: Project Exporter will not check for internal settings keys as files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b22077cd60
commit
5106d938c6
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ void ProjectExporter::checkRes(ProjectModel *project)
|
|||
{
|
||||
checkWPS(project, i.value());
|
||||
}
|
||||
else if(i.value().contains("/.rockbox"))
|
||||
else if(i.value().contains("/.rockbox")
|
||||
&& i.key() != "configfile" && i.key() != "themebase")
|
||||
{
|
||||
QString absPath = i.value().replace("/.rockbox",
|
||||
settings.value("themebase"));
|
||||
|
|
Loading…
Reference in a new issue