Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20358
Modified Files:
my.properties
Log Message:
Added config setting to keep stockchart open.
Fixed bug that on loading in a SR the stockchart didn't open
Index: my.properties
===================================================================
RCS file: /cvsroot/rails/18xx/my.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** my.properties 18 Jan 2010 18:49:30 -0000 1.11
--- my.properties 19 Jan 2010 19:48:58 -0000 1.12
***************
*** 60,71 ****
#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
! # Specify if the report window is editable, so you can add your own comments.
! # Valid values are yes and no (default).
#report.window.editable=yes
### Player info
--- 60,77 ----
#report.filename.extension=log
! ### Windows
! ## Report window visibility
! # By default the report window is hidden when starting or loading a game.
! # This property allows to open it automatically.
! # Valid values are yes and no (default).
#report.window.open=yes
! ## Report window editability
! # Specify if the report window is editable, so you can add your own comments.
! # Valid values are yes and no (default).
#report.window.editable=yes
+ ## Stock Chart window visibility
+ # By default the stock chart hides at the end of an SR.
+ # By specifying "yes" here, the window will not be automatically hidden any more
+ #stockchart.window.open=yes
### Player info
|