Updated examples loader in order to allow load s60 katamaran version.

This commit is contained in:
Jose Luis Cercós Pita
2012-02-01 14:14:16 +01:00
parent 84c33bffde
commit cc36febead
2 changed files with 7 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class TaskPanel:
App.open(path + "s60.fcstd")
elif(self.form.ship.currentIndex() == 1): # Barehull 5415
App.open(path + "barehull5415.fcstd")
elif(self.form.ship.currentIndex() == 2): # s60 (Katamaran)
App.open(path + "s60_katamaran.fcstd")
return True
def reject(self):