mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #511 X-plane plugin has now correct name
* X-Plane plugin is now called just "X-Plane" instead of "X-Plane generic plugin" * "Listening for ..." uses full simulator name instead of its abbreviation
This commit is contained in:
@@ -137,12 +137,12 @@ namespace BlackGui
|
||||
if (enabled)
|
||||
{
|
||||
getIContextSimulator()->startSimulatorPlugin(*selected);
|
||||
CLogMessage(this).info("Started listening for %1") << selected->getSimulator();
|
||||
CLogMessage(this).info("Started listening for %1") << selected->getName();
|
||||
}
|
||||
else
|
||||
{
|
||||
getIContextSimulator()->stopSimulatorPlugin(*selected);
|
||||
CLogMessage(this).info("Stopped listening for %1") << selected->getSimulator();
|
||||
CLogMessage(this).info("Stopped listening for %1") << selected->getName();
|
||||
}
|
||||
|
||||
// changing of GUI state will be done via received signal
|
||||
|
||||
Reference in New Issue
Block a user