[longomatch] Fix typo



commit 2ac55e948ad9e8f716f121a0aee1e23727d2fafb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Mar 1 02:54:54 2012 +0100

    Fix typo

 LongoMatch.GUI/Gui/MainWindow.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index e025996..4090a5c 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -357,7 +357,7 @@ namespace LongoMatch.Gui
 			
 			/* Update tabs labels */
 			var desc = project.Description;
-			visitorteamlabel.Text = project.LocalTeamTemplate.TeamName;
+			visitorteamlabel.Text = project.VisitorTeamTemplate.TeamName;
 			localteamlabel.Text = project.LocalTeamTemplate.TeamName;
 			
 			ExportProjectAction1.Sensitive = true;



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