refs #445, adjusted the drivers to reflect changes (liveries)

This commit is contained in:
Klaus Basan
2015-07-10 01:27:23 +02:00
committed by Mathew Sutcliffe
parent 3e982b014f
commit 13df4302d7
5 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ namespace BlackSimPlugin
namespace Fs9
{
CFs9Host::CFs9Host(QObject *owner) :
CDirectPlayPeer(owner, CProject::systemNameAndVersion())
CDirectPlayPeer(owner, CProject::swiftVersionString())
{
}
@@ -80,7 +80,7 @@ namespace BlackSimPlugin
{
initDirectPlay();
createHostAddress();
startHosting(CProject::systemNameAndVersion(), m_callsign.toQString());
startHosting(CProject::swiftVersionString(), m_callsign.toQString());
}
void CFs9Host::cleanup()