refs #555 Fixed egregious copypaste mistake

*%{font-size:16pt}😠%*
This commit is contained in:
Mathew Sutcliffe
2017-04-06 03:22:47 +01:00
parent 488f42b0a1
commit 69b75ad265

View File

@@ -386,7 +386,7 @@ namespace BlackGui
if (!this->m_reloadActions[6])
{
this->m_reloadActions[6] = new QAction(CIcons::appModels16(), "XPlane models", this);
connect(this->m_reloadActions[3], &QAction::triggered, ownModelsComp, [ownModelsComp](bool checked)
connect(this->m_reloadActions[6], &QAction::triggered, ownModelsComp, [ownModelsComp](bool checked)
{
Q_UNUSED(checked);
ownModelsComp->ps_requestSimulatorModels(CSimulatorInfo(CSimulatorInfo::XPLANE), IAircraftModelLoader::InBackgroundNoCache);