annotate WarFoundryGTKPref.xml @ 54:f9f6e9db5350
Re #60: Add UI to add/remove/edit weapons in GTK
* Add selection change notification from equipment list
* Make ShowControl method return a boolean to say what the user did with it
* Re-implement ShowControl to use Run() instead of ShowNow() so we can get a response result
author |
IBBoard <dev@ibboard.co.uk> |
date |
Wed, 25 Aug 2010 16:01:12 +0000 |
parents |
1b603f97e7de |
children |
|
rev |
line source |
35
|
1 <?xml version="1.0" encoding="ISO-8859-1"?>
|
|
2 <!DOCTYPE preferences[
|
|
3 <!ELEMENT preference (CDATA|preferenceArr+)>
|
|
4 <!ELEMENT preferenceArr (CDATA)>
|
|
5 <!ATTLIST preference id ID #REQUIRED>
|
|
6 <!ATTLIST preference type CDATA #REQUIRED>
|
|
7 <!ATTLIST preferenceArr id ID #REQUIRED>
|
|
8 ]>
|
|
9 <preferences>
|
|
10 <preference id="language" type="System.String">en</preference>
|
|
11 <preference id="currSystem" type="System.String"></preference>
|
|
12 <preference id="logLevel" type="System.String">Info</preference>
|
|
13 </preferences>
|