view WarFoundryPref.xml @ 250:694f23814ec2

Re #354: Single-button Add Unit * Make the form translatable * Update FrmArmyTree so it doesn't look out of place (ContextMenuStrip and update the icons) * Add "change selection on right-click" code to solve calculation issues * Hide categories that don't have entries (assume they're not relevant to that race) Also: * Clean up code and replace space indents with tabs
author IBBoard <dev@ibboard.co.uk>
date Sat, 20 Aug 2011 20:58:16 +0100
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>