[longomatch/gameunits: 10/12] Fix names of player in the default template
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/gameunits: 10/12] Fix names of player in the default template
- Date: Fri, 11 Nov 2011 01:15:29 +0000 (UTC)
commit a93af11c7d019bef91397b2e0fc63580d6b4058d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Nov 5 17:46:06 2011 +0100
Fix names of player in the default template
LongoMatch.Core/Store/Templates/TeamTemplate.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Templates/TeamTemplate.cs b/LongoMatch.Core/Store/Templates/TeamTemplate.cs
index 876a2f0..160bfb7 100644
--- a/LongoMatch.Core/Store/Templates/TeamTemplate.cs
+++ b/LongoMatch.Core/Store/Templates/TeamTemplate.cs
@@ -72,7 +72,7 @@ namespace LongoMatch.Store.Templates
public void AddDefaultItem (int i) {
Insert(i, new Player {
- Name = "Player " + i+1,
+ Name = "Player " + (i+1).ToString(),
Birthday = new DateTime(),
Height = 1.80f,
Weight = 80,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]