Fixed index typo

This commit is contained in:
Jose Luis Cercos Pita 2016-01-25 15:29:53 +01:00
parent ec752fd076
commit 621f7f49e0

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