chiark / gitweb /
Rename Ship pixmap option to Vessel
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 23 Jun 2009 18:39:20 +0000 (19:39 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 23 Jun 2009 18:39:20 +0000 (19:39 +0100)
pctb/dictionary-pixmap-options
pctb/structure.c

index 67ca72264d95414b881710e385ed435d2ed30b77..e83f685a7275d0ae103042dab646e9f2b09fb674 100755 (executable)
@@ -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
index 35cf0d9507da3335dbe47df403e9992808bc8e85..b80cb96bda5150844548f32f9ec74962085fb022 100644 (file)
@@ -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;