Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 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 | 346b4ac34997 |
children | f272e70a9f71 |
files | FrmNewArmy.cs |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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";