From: Erik V. <ev...@us...> - 2009-11-28 22:41:17
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1818 Modified Files: my.properties LocalisedText.properties Log Message: Added option to make Report Window editable, and to save from and load files into this window Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** LocalisedText.properties 27 Nov 2009 20:35:18 -0000 1.83 --- LocalisedText.properties 28 Nov 2009 22:41:05 -0000 1.84 *************** *** 128,131 **** --- 128,132 ---- DuplicateTilesetID=Duplicate tile {0} in TileSet.xml DuplicateTokenRemoved=Duplicate {0} token on hex {1} returned to company + EDIT=Edit EMERGENCY_SHARE_SELLING_TITLE=Rails: Game Status - SELLING SHARES FOR EMERGENCY CASH RAISING END_OF_GAME_CLOSE_ALL_WINDOWS=Close all windows *************** *** 216,219 **** --- 217,221 ---- LoadFailed=Load failed, reason: {0} LoadGame=Load Game + LOAD=Load LoadInterrupted=Load interrupted at this point, you can continue play from here LoansNotAllowed={0} may not take any loans Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** my.properties 27 Nov 2009 20:33:32 -0000 1.9 --- my.properties 28 Nov 2009 22:41:05 -0000 1.10 *************** *** 65,68 **** --- 65,71 ---- # 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 ### Default players |