From: Erik V. <ev...@us...> - 2009-11-27 20:35:27
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9149/rails/game/specific/_18EU Modified Files: StartRound_18EU.java StockRound_18EU.java Log Message: Beautified report window contents & log Index: StockRound_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StockRound_18EU.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** StockRound_18EU.java 26 Nov 2009 20:14:30 -0000 1.27 --- StockRound_18EU.java 27 Nov 2009 20:35:18 -0000 1.28 *************** *** 538,541 **** --- 538,542 ---- if (cert != null) { + ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("MERGE_MINOR_LOG", currentPlayer.getName(), *************** *** 554,557 **** --- 555,559 ---- checkFlotation(major); } else { + ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("CLOSE_MINOR_LOG", currentPlayer.getName(), Index: StartRound_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StartRound_18EU.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** StartRound_18EU.java 7 Oct 2009 21:03:36 -0000 1.9 --- StartRound_18EU.java 27 Nov 2009 20:35:18 -0000 1.10 *************** *** 243,247 **** } ! ReportBuffer.add(LocalText.getText("SELECT_ITEM", playerName, item.getName() )); --- 243,247 ---- } ! ReportBuffer.add(LocalText.getText("SelectForAuctioning", playerName, item.getName() )); |