[longomatch/redesign3: 106/156] Move ProjectUtils to Common



commit b5954209f1fec6fc1bac6998461b93bc055b9adb
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 b6619c1..80f2716 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]