mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #452 adjusted GUI components to
* changed classes (e.g. CAircraft -> CSimulatedAircraft) * changes signatures in contexts / providers * minor fixes as renamed GUI widgets, asserts, paint event
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4a3b553296
commit
6ca0d480d3
@@ -127,7 +127,7 @@ namespace BlackGui
|
||||
case InfoAreaAtc:
|
||||
return CIcons::appAtc16();
|
||||
case InfoAreaAircraft:
|
||||
return CIcons::appAircrafts16();
|
||||
return CIcons::appAircraft16();
|
||||
case InfoAreaSettings:
|
||||
return CIcons::appSettings16();
|
||||
case InfoAreaFlightPlan:
|
||||
|
||||
Reference in New Issue
Block a user