[longomatch] Fix position label text



commit 9d372c7fab070921f838e986f4e9711b9056e066
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Mar 22 00:37:45 2014 +0100

    Fix position label text

 LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs 
b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
index ef8fba8..95283d1 100644
--- a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
@@ -141,7 +141,7 @@ namespace LongoMatch.Gui.Component
                void LoadPlayer (Player p) {
                        loadedPlayer = p;
                        nameentry.Text = p.Name;
-                       positionentry.Text = p.Name;
+                       positionentry.Text = p.Position;
                        numberspinbutton.Value = p.Number;
                        heightspinbutton.Value = p.Height;
                        weightspinbutton.Value = p.Weight;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]