Fixed index typo

This commit is contained in:
Jose Luis Cercos Pita
2016-01-25 15:29:53 +01:00
parent 6956efa3d6
commit e5bc8265c1

View File

@@ -44,7 +44,7 @@ class TaskPanel:
App.open(path + "wigley.fcstd")
elif(form.ship.currentIndex() == 2): # s60 (Katamaran)
App.open(path + "s60_katamaran.fcstd")
elif(form.ship.currentIndex() == 2): # Wigley (Katamaran)
elif(form.ship.currentIndex() == 3): # Wigley (Katamaran)
App.open(path + "wigley_katamaran.fcstd")
return True