mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #933, added icon for MCX
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1ccbe5952c
commit
7b6337e6ad
@@ -94,7 +94,7 @@ namespace BlackGui
|
||||
added = true;
|
||||
if (CModelConverterX::supportsModelConverterX())
|
||||
{
|
||||
this->m_modelConverterX = menuActions.addAction(this->m_modelConverterX, CIcons::appAircraft16(), "ModelConverterX", CMenuAction::pathSimulator(), { this, &CShowSimulatorFileMenu::ps_startModelConverterX });
|
||||
this->m_modelConverterX = menuActions.addAction(this->m_modelConverterX, CIcons::modelConverterX(), "ModelConverterX", CMenuAction::pathSimulator(), { this, &CShowSimulatorFileMenu::ps_startModelConverterX });
|
||||
}
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
CLogMessage::preformatted(msg);
|
||||
CLogMessage::preformatted(msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user