diff FrmNewArmy.cs @ 56:11e81ba85684

Fixes #166: Move game system changing to part of army creation * Fix display names
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Sep 2009 10:53:04 +0000
parents d6ff354a5d84
children c243b043aa62
line wrap: on
line diff
--- a/FrmNewArmy.cs	Sat Sep 19 10:48:46 2009 +0000
+++ b/FrmNewArmy.cs	Sat Sep 19 10:53:04 2009 +0000
@@ -103,6 +103,7 @@
 			// 
 			// lstRaces
 			// 
+			this.lstRaces.DisplayMember = "Name";
 			this.lstRaces.Location = new System.Drawing.Point(89, 33);
 			this.lstRaces.Name = "lstRaces";
 			this.lstRaces.Size = new System.Drawing.Size(269, 121);
@@ -200,6 +201,7 @@
 			// 
 			// gameSystems
 			// 
+			this.gameSystems.DisplayMember = "Name";
 			this.gameSystems.FormattingEnabled = true;
 			this.gameSystems.Location = new System.Drawing.Point(89, 6);
 			this.gameSystems.Name = "gameSystems";