Renamed aircrafts -> aircraft

This commit is contained in:
Klaus Basan
2015-04-22 23:47:26 +02:00
committed by Mathew Sutcliffe
parent 3300b1ad9b
commit f7158f17f9
5 changed files with 7 additions and 8 deletions

View File

@@ -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();