|
From: <ste...@us...> - 2011-06-11 06:05:27
|
Revision: 1575
http://rails.svn.sourceforge.net/rails/?rev=1575&view=rev
Author: stefanfrey
Date: 2011-06-11 06:05:21 +0000 (Sat, 11 Jun 2011)
Log Message:
-----------
Added map.image.display to configuration menu.
Modified Paths:
--------------
trunk/18xx/LocalisedText.properties
trunk/18xx/data/Properties.xml
trunk/18xx/data/profiles/default.profile
Modified: trunk/18xx/LocalisedText.properties
===================================================================
--- trunk/18xx/LocalisedText.properties 2011-06-10 13:40:11 UTC (rev 1574)
+++ trunk/18xx/LocalisedText.properties 2011-06-11 06:05:21 UTC (rev 1575)
@@ -172,6 +172,7 @@
Config.label.local.player.name=Local player (for pbem)
Config.label.locale=Language setting
Config.label.map.autoscroll=Map autoscroll
+Config.label.map.image.display=Display background map
Config.label.map.zoomstep=Map zoomstep
Config.label.money_format=Money format
Config.label.or.number_format=OR number format
Modified: trunk/18xx/data/Properties.xml
===================================================================
--- trunk/18xx/data/Properties.xml 2011-06-10 13:40:11 UTC (rev 1574)
+++ trunk/18xx/data/Properties.xml 2011-06-11 06:05:21 UTC (rev 1575)
@@ -30,6 +30,7 @@
<Section name="UI">
<Property name="map.autoscroll" type="BOOLEAN" />
<Property name="map.zoomstep" type="INTEGER" />
+ <Property name="map.image.display" type="BOOLEAN" />
<Property name="report.window.type" type="LIST" values="static,dynamic" />
<Property name="report.window.open" type="BOOLEAN" />
<Property name="report.window.editable" type="BOOLEAN" />
Modified: trunk/18xx/data/profiles/default.profile
===================================================================
--- trunk/18xx/data/profiles/default.profile 2011-06-10 13:40:11 UTC (rev 1574)
+++ trunk/18xx/data/profiles/default.profile 2011-06-11 06:05:21 UTC (rev 1575)
@@ -24,6 +24,7 @@
### Panel Map
map.autoscroll=yes
+map.image.display=no
map.zoomstep=10
### Panel Format
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|