[longomatch] Fix typo
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix typo
- Date: Thu, 1 Mar 2012 01:58:55 +0000 (UTC)
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]