[longomatch] Use the constant SOFTWARE_NAME for the title



commit ee670830369dfea0900d2bb40acc34c650fa795a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Jul 1 20:57:09 2010 +0200

    Use the constant SOFTWARE_NAME for the title

 LongoMatch/Gui/MainWindow.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index 26a401b..b1bc9bd 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -130,7 +130,8 @@ namespace LongoMatch.Gui
 					CloseOpenedProject (true);
 					return;
 				}
-				Title = System.IO.Path.GetFileNameWithoutExtension (project.File.FilePath) + " - LongoMatch";
+				Title = System.IO.Path.GetFileNameWithoutExtension (project.File.FilePath) + 
+					" - " +	Constants.SOFTWARE_NAME;
 				try {
 					playerbin1.Open (project.File.FilePath);
 				}



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