mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
committed by
Mathew Sutcliffe
parent
5adb86ae83
commit
a210b029f1
@@ -94,7 +94,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
const QString &CFsCommonUtil::fsxSimObjectsDirFromRegistry()
|
const QString &CFsCommonUtil::fsxSimObjectsDirFromRegistry()
|
||||||
{
|
{
|
||||||
static const QString fsxPath(fsxDirFromRegistry());
|
static const QString fsxPath(fsxSimObjectsDirFromRegistryImpl());
|
||||||
return fsxPath;
|
return fsxPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -179,7 +179,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
const QString &CFsCommonUtil::p3dSimObjectsDirFromRegistry()
|
const QString &CFsCommonUtil::p3dSimObjectsDirFromRegistry()
|
||||||
{
|
{
|
||||||
static const QString p3dPath(p3dDirFromRegistry());
|
static const QString p3dPath(p3dSimObjectsDirFromRegistryImpl());
|
||||||
return p3dPath;
|
return p3dPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user