From: Ian Jackson Date: Tue, 23 Jun 2009 18:39:20 +0000 (+0100) Subject: Rename Ship pixmap option to Vessel X-Git-Tag: 1.9.2~90^2~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=a2672111e3f0e8101795869377e55113933bddcd;ds=sidebyside Rename Ship pixmap option to Vessel --- 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;