From: Erik V. <ev...@us...> - 2010-02-04 21:28:07
|
Update of /cvsroot/rails/18xx/rails/game/special In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7192/rails/game/special Modified Files: ExchangeForShare.java Log Message: Info: replaced Privates by Companies. Now covers all (private and public) company types, as defined in the XML. Info display also extended. 1830 and 1835 done, others remain. Index: ExchangeForShare.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/special/ExchangeForShare.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ExchangeForShare.java 7 Oct 2009 19:00:38 -0000 1.15 --- ExchangeForShare.java 4 Feb 2010 21:27:59 -0000 1.16 *************** *** 73,75 **** --- 73,79 ---- publicCompanyName ); } + + public String getInfo() { + return toMenu(); + } } |