Update of /cvsroot/rails/18xx/rails/game/special
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31073/rails/game/special
Modified Files:
SpecialTileLay.java
Log Message:
Minor fix to help message
Index: SpecialTileLay.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/special/SpecialTileLay.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SpecialTileLay.java 19 Jan 2010 19:54:43 -0000 1.8
--- SpecialTileLay.java 25 Jan 2010 20:51:59 -0000 1.9
***************
*** 43,47 ****
description = LocalText.getText("LayNamedTileInfo",
tileNumber,
! name,
locationCodes,
(extra ? LocalText.getText("extra"):LocalText.getText("notExtra")),
--- 43,47 ----
description = LocalText.getText("LayNamedTileInfo",
tileNumber,
! name != null ? name : "",
locationCodes,
(extra ? LocalText.getText("extra"):LocalText.getText("notExtra")),
|