diff --git a/src/Mod/Ship/shipLoadExample/TaskPanel.py b/src/Mod/Ship/shipLoadExample/TaskPanel.py
index 3c9b483c1..2ab325d7d 100644
--- a/src/Mod/Ship/shipLoadExample/TaskPanel.py
+++ b/src/Mod/Ship/shipLoadExample/TaskPanel.py
@@ -38,10 +38,12 @@ class TaskPanel:
path = Paths.modulePath() + "/Examples/"
if(self.form.ship.currentIndex() == 0): # s60 from Iowa University
App.open(path + "s60.fcstd")
- elif(self.form.ship.currentIndex() == 1): # Barehull 5415
- App.open(path + "barehull5415.fcstd")
+ elif(self.form.ship.currentIndex() == 1): # Wigley canonical ship
+ App.open(path + "wigley.fcstd")
elif(self.form.ship.currentIndex() == 2): # s60 (Katamaran)
App.open(path + "s60_katamaran.fcstd")
+ elif(self.form.ship.currentIndex() == 2): # Wigley (Katamaran)
+ App.open(path + "wigley_katamaran.fcstd")
return True
def reject(self):
diff --git a/src/Mod/Ship/shipLoadExample/TaskPanel.ui b/src/Mod/Ship/shipLoadExample/TaskPanel.ui
index 3c875d905..19a2c8da9 100644
--- a/src/Mod/Ship/shipLoadExample/TaskPanel.ui
+++ b/src/Mod/Ship/shipLoadExample/TaskPanel.ui
@@ -81,7 +81,7 @@
-
- Barehull 5145
+ Wigley canonical ship
-
@@ -89,6 +89,11 @@
Series 60 (Katamaran)
+ -
+
+ Wigley (Katamaran)
+
+
-