From a2672111e3f0e8101795869377e55113933bddcd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 Jun 2009 19:39:20 +0100 Subject: [PATCH] Rename Ship pixmap option to Vessel --- pctb/dictionary-pixmap-options | 2 +- pctb/structure.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pctb/dictionary-pixmap-options b/pctb/dictionary-pixmap-options index 67ca722..e83f685 100755 --- a/pctb/dictionary-pixmap-options +++ b/pctb/dictionary-pixmap-options @@ -105,7 +105,7 @@ Land {On land} { Booty Booty Ahoy! Ahoy! } -Ship {On board a ship} { +Vessel {On board a ship} { Crew Crew Vessel Vessel Ye Ye diff --git a/pctb/structure.c b/pctb/structure.c index 35cf0d9..b80cb96 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -534,7 +534,7 @@ void find_islandname(void) { identify_rgbimage(ri, sunshiner, sunshine, "sunshine widget"); - if (!memcmp(sunshine,"Ship ",5)) { + if (!memcmp(sunshine,"Vessel ",5)) { Rect islandnamer; islandnamer.tl.x= cim->w - 1034 + 885; -- 2.30.2