Update of /cvsroot/rails/18xx/rails/ui/swing
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2061/rails/ui/swing
Modified Files:
ORUIManager.java
Log Message:
Some formatting
Index: ORUIManager.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/ui/swing/ORUIManager.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ORUIManager.java 3 Feb 2010 20:16:36 -0000 1.50
--- ORUIManager.java 3 Feb 2010 20:21:16 -0000 1.51
***************
*** 628,638 ****
String selected =
(String) JOptionPane.showInputDialog(orWindow,
! LocalText.getText("SelectStationForToken",
! action.getPlayerName(),
! selectedHex.getName(),
! action.getCompanyName()),
! LocalText.getText("WhichStation"),
! JOptionPane.PLAIN_MESSAGE, null,
! prompts.toArray(), prompts.get(0));
if (selected == null) return;
station = promptToCityMap.get(selected).getNumber();
--- 628,638 ----
String selected =
(String) JOptionPane.showInputDialog(orWindow,
! LocalText.getText("SelectStationForToken",
! action.getPlayerName(),
! selectedHex.getName(),
! action.getCompanyName()),
! LocalText.getText("WhichStation"),
! JOptionPane.PLAIN_MESSAGE, null,
! prompts.toArray(), prompts.get(0));
if (selected == null) return;
station = promptToCityMap.get(selected).getNumber();
|