Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
view WarFoundryPref.xml @ 117:468a41d79b10
Fixes #237: loading race after choise of race bug
* Don't add buttons when game system changes
* Add buttons on army change when the categories have changed
* Store the game system before we do army stuff so that a change in game system doesn't trigger setting the army to null and resetting our buttons (which is what happened before)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 07 Jan 2010 20:42:05 +0000 |
parents | fcfe7e12616a |
children |
line wrap: on
line source
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE preferences[ <!ELEMENT preference (CDATA|preferenceArr+)> <!ELEMENT preferenceArr (CDATA)> <!ATTLIST preference id ID #REQUIRED> <!ATTLIST preference type CDATA #REQUIRED> <!ATTLIST preferenceArr id ID #REQUIRED> ]> <preferences> <preference id="language" type="System.String">en</preference> <preference id="currSystem" type="System.String">wh</preference> <preference id="logLevel" type="System.String">Info</preference> </preferences>