view WarFoundryPref.xml @ 64:e04bea5b7b3d WarFoundry_v0.1beta3_Winforms

Fixes #157: Stats show object class name when selected * Do the column style properly and re-implement the parent's abstract methods from scratch rather than from the "textbox" version (as per MSDN page: http://msdn.microsoft.com/en-us/library/ms996453.aspx#datagridcolumnstyle2_topic5)
author IBBoard <dev@ibboard.co.uk>
date Tue, 22 Sep 2009 19:24:00 +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>