From: Erik V. <ev...@us...> - 2009-05-04 20:29:23
|
Update of /cvsroot/rails/18xx/rails/common In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29969/rails/common Modified Files: Defs.java Log Message: 1856 CGR formation round Index: Defs.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/common/Defs.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Defs.java 4 Feb 2009 20:36:40 -0000 1.3 --- Defs.java 4 May 2009 20:29:15 -0000 1.4 *************** *** 7,10 **** --- 7,11 ---- /* Identifiers and default names for configurable UI classes */ public enum ClassName { + GAME_UI_MANAGER, OR_UI_MANAGER, STATUS_WINDOW, *************** *** 17,20 **** --- 18,23 ---- static { + defaultClasses.put (ClassName.GAME_UI_MANAGER, + "rails.ui.swing.GameUIManager"); defaultClasses.put (ClassName.OR_UI_MANAGER, "rails.ui.swing.ORUIManager"); |