Specific fix for KB, which will be removed later

This commit is contained in:
Klaus Basan
2015-12-08 06:50:37 +01:00
parent f9c160d625
commit bc65cde182

View File

@@ -73,7 +73,7 @@ namespace BlackMisc
if (!dir.isEmpty()) { return dir; }
//! \todo allow to read a user defined value from settings
return "P:/FlightSimulatorX (MSI)/SimObjects"; // "p:/temp/SimObjects"
return "P:/FSX (MSI)/SimObjects"; // "p:/temp/SimObjects"
}
const QStringList &CFsCommonUtil::fsxSimObjectsExcludeDirectories()