diff --git a/qt_ui/uiconstants.py b/qt_ui/uiconstants.py index 4efeb01f..c6014f46 100644 --- a/qt_ui/uiconstants.py +++ b/qt_ui/uiconstants.py @@ -204,6 +204,7 @@ def load_aircraft_icons(): for f1 in f1_refuel: AIRCRAFT_ICONS[f1] = AIRCRAFT_ICONS["Mirage-F1C-200"] AIRCRAFT_ICONS["Mirage-F1M-CE"] = AIRCRAFT_ICONS["Mirage-F1CE"] + AIRCRAFT_ICONS["MB-339A"] = AIRCRAFT_ICONS["MB-339A PAN"] def load_vehicle_icons():