Corrected the typo which prevents the conventional A/C icon selection

This commit is contained in:
mayrit
2013-11-10 20:47:04 +01:00
parent eb4e235dc4
commit 61349d29f1
+1 -1
View File
@@ -63,7 +63,7 @@ class track = fun ?(name="Noname") ?(icon="fixedwing") ?(size = 500) ?(color="re
let icon_template = match icon with
| "home" -> ACI.icon_home_template
| "rotorcraft" -> ACI.icon_rotorcraft_template
| "flyingwing" | _ -> ACI.icon_flyingwing_template
| "flyingwing" -> ACI.icon_flyingwing_template
| "fixedwing" | _ -> ACI.icon_fixedwing_template
in
let _ac_icon = new ACI.widget ~color ~icon_template aircraft in