fixup! Improved the readability of the loadCslPackages function.

This commit is contained in:
Mat Sutcliffe
2019-07-29 22:14:13 +01:00
parent 5ecbef5312
commit 8f036b1442

View File

@@ -599,7 +599,7 @@ namespace BlackSimPlugin
}
else
{
CLogMessage(this).validationError(u"CSL package '%1' can not be loaded as it is outside the X-Plane installation directory") << package.s;
CLogMessage(this).validationError(u"CSL package '%1' can not be loaded as it is outside the X-Plane installation directory") << package;
}
}
}