From: Erik V. <ev...@us...> - 2010-02-23 21:07:49
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19359/rails/ui/swing Modified Files: ORUIManager.java Log Message: Changed comment Index: ORUIManager.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/ORUIManager.java,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** ORUIManager.java 22 Feb 2010 22:48:20 -0000 1.56 --- ORUIManager.java 23 Feb 2010 21:07:34 -0000 1.57 *************** *** 1379,1383 **** // Any other special properties, to be shown in the "Special" menu. ! // (Currently not used) if (possibleActions.contains(UseSpecialProperty.class)) { for (UseSpecialProperty usp : possibleActions.getType(UseSpecialProperty.class)) { --- 1379,1383 ---- // Any other special properties, to be shown in the "Special" menu. ! // Example: 18AL AssignNamedTrains if (possibleActions.contains(UseSpecialProperty.class)) { for (UseSpecialProperty usp : possibleActions.getType(UseSpecialProperty.class)) { |