view WarFoundryPref.xml @ 95:83c259516041

Fixes #196: Add notes and abilities to UI * Add basic list of abilities that just shows names * Translate label Also: * Re-add instruction to put initial unit name in text box * Change behaviour of showing unit size box so that it is disabled when size can't be changed rather than hidden (makes more sense when min == max and max != 1)
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Nov 2009 16:33:17 +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>