[longomatch] Show the project title instead of the file path



commit d182671ba09baaf1bf29cc3b720338ddab661c72
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Apr 6 23:29:30 2010 +0200

    Show the project title instead of the file path

 LongoMatch/Gui/Dialog/ProjectsManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/ProjectsManager.cs b/LongoMatch/Gui/Dialog/ProjectsManager.cs
index 9675213..e048964 100644
--- a/LongoMatch/Gui/Dialog/ProjectsManager.cs
+++ b/LongoMatch/Gui/Dialog/ProjectsManager.cs
@@ -107,7 +107,7 @@ namespace LongoMatch.Gui.Dialog
 					                                     MessageType.Question,
 					                                     ButtonsType.YesNo,
 					                                     Catalog.GetString("Do you really want to delete:")+
-					                                     "\n"+selectedProject.File);
+					                                     "\n"+selectedProject.Title);
 					if (md.Run()== (int)ResponseType.Yes) {
 						projectdetails.Clear();
 						MainClass.DB.RemoveProject(selectedProject.File);



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