From: Erik V. <ev...@us...> - 2009-11-27 20:33:45
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8933 Modified Files: my.properties Log Message: Added report.window.open and or.number_format Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** my.properties 21 Nov 2009 19:28:59 -0000 1.8 --- my.properties 27 Nov 2009 20:33:32 -0000 1.9 *************** *** 60,63 **** --- 60,69 ---- #report.filename.extension=log + ### Report window + # By default the report window is closed when starting or loading a game. + # This property allows to open it automatically. + # Valid values are yes and no (default). + #report.window.open=yes + ### Default players # Comma-separated list of player names. *************** *** 70,73 **** --- 76,84 ---- #default_game=1830 + ### Various options + # Show simple (ORx) or composite (ORx.x) OR number. + # Valid values: "simple" and "composite" (default) + #or.number_format=simple + ####################### Log4J properties ############################## # For information on how to customise log4j logging, see for instance |