[longomatch] Add an Edit value to TagMode



commit 66652d1a4afaea9f9c2544615fd7c7b48271d378
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 1 20:41:15 2014 +0200

    Add an Edit value to TagMode

 LongoMatch.Core/Common/Enums.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Enums.cs b/LongoMatch.Core/Common/Enums.cs
index 673327a..e12c87f 100644
--- a/LongoMatch.Core/Common/Enums.cs
+++ b/LongoMatch.Core/Common/Enums.cs
@@ -50,7 +50,8 @@ namespace LongoMatch.Common
 
        public enum TagMode {
                Predifined,
-               Free
+               Free,
+               Edit
        }
 
        public enum SortMethodType {


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