logic: fix copying old settings from coati 64 bit to sourcetrail on windows

This commit is contained in:
malte_langkabel
2017-04-10 17:45:27 +02:00
parent 7421ef85d1
commit 050e31c1fd
@@ -43,7 +43,7 @@ void setupApp(int argc, char *argv[])
FilePath coatiUserDataPath = UserPaths::getUserDataPath() + "../";
if (utility::getApplicationArchitectureType() == APPLICATION_ARCHITECTURE_X86_64)
{
coatiUserDataPath.concat("Coati 64-bit");
coatiUserDataPath = coatiUserDataPath.concat("Coati 64-bit");
}
else
{