[longomatch/redesign2: 107/140] Move ProjectUtils to Common



commit f5e2c868520e66ac9fa8775df268571337889fb9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Apr 9 16:40:57 2011 +0200

    Move ProjectUtils to Common

 LongoMatch/{Utils => Common}/ProjectUtils.cs |    2 +-
 LongoMatch/Gui/MainWindow.cs                 |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Utils/ProjectUtils.cs b/LongoMatch/Common/ProjectUtils.cs
similarity index 99%
rename from LongoMatch/Utils/ProjectUtils.cs
rename to LongoMatch/Common/ProjectUtils.cs
index f3b0885..f230670 100644
--- a/LongoMatch/Utils/ProjectUtils.cs
+++ b/LongoMatch/Common/ProjectUtils.cs
@@ -30,7 +30,7 @@ using LongoMatch.Video;
 using LongoMatch.Video.Capturer;
 using LongoMatch.Video.Utils;
 
-namespace LongoMatch.Utils
+namespace LongoMatch.Common
 {
 
 
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index dffadd1..fa9808c 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -29,7 +29,6 @@ using LongoMatch.Gui.Dialog;
 using LongoMatch.Handlers;
 using LongoMatch.Store;
 using LongoMatch.Store.Templates;
-using LongoMatch.Utils;
 using LongoMatch.Video.Capturer;
 using LongoMatch.Video.Common;
 using LongoMatch.Video.Utils;



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