view WarFoundryPref.xml @ 72:9a215113c84c

Re #184: Unhandled exception in the unit form * Perform null check before trying to open "edit" dialog (Fixes the other part of Snowblizz's post) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 28 Sep 2009 19:40:50 +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>