mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Renamed aircrafts -> aircraft
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3300b1ad9b
commit
f7158f17f9
@@ -91,7 +91,7 @@ namespace BlackGui
|
||||
switch (area)
|
||||
{
|
||||
case InfoAreaCockpit:
|
||||
case InfoAreaAircrafts:
|
||||
case InfoAreaAircraft:
|
||||
case InfoAreaAtc:
|
||||
case InfoAreaUsers:
|
||||
case InfoAreaLog:
|
||||
@@ -131,7 +131,7 @@ namespace BlackGui
|
||||
return CIcons::appWeather16();
|
||||
case InfoAreaAtc:
|
||||
return CIcons::appAtc16();
|
||||
case InfoAreaAircrafts:
|
||||
case InfoAreaAircraft:
|
||||
return CIcons::appAircrafts16();
|
||||
case InfoAreaSettings:
|
||||
return CIcons::appSettings16();
|
||||
|
||||
Reference in New Issue
Block a user