[longomatch] Use a constant to set the project name



commit 86a188afa5f34cea6a7faf7534ecc7bdf812d3bb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jul 26 22:25:29 2010 +0200

    Use a constant to set the project name

 LongoMatch/Utils/ProjectUtils.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Utils/ProjectUtils.cs b/LongoMatch/Utils/ProjectUtils.cs
index b7f9d99..8027a06 100644
--- a/LongoMatch/Utils/ProjectUtils.cs
+++ b/LongoMatch/Utils/ProjectUtils.cs
@@ -54,7 +54,7 @@ namespace LongoMatch.Utils
 			                "gtk-save",ResponseType.Accept);
 			fChooser.SetCurrentFolder(MainClass.HomeDir());
 			FileFilter filter = new FileFilter();
-			filter.Name = "LongoMatch Project";
+			filter.Name = Constants.PROJECT_NAME;
 			filter.AddPattern("*.lpr");
 
 			fChooser.AddFilter(filter);



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