[longomatch/redesign3: 76/143] Add constant for subcategories extension



commit f749f7ce3f777e019f597d54822d0c8e5c18cbea
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Mar 13 20:37:16 2011 +0100

    Add constant for subcategories extension

 LongoMatch/Common/Constants.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Common/Constants.cs b/LongoMatch/Common/Constants.cs
index bdec3ad..ecf8f14 100644
--- a/LongoMatch/Common/Constants.cs
+++ b/LongoMatch/Common/Constants.cs
@@ -94,5 +94,7 @@ Xavier Queralt Mateu (ca)";
 		public const string OGG  = "OGG (Theora + Vorbis)";
 		public const string WEBM = "WebM (VP8 + Vorbis)";
 		public const string DVD="DVD (MPEG-2 + MP3)";
+		
+		public const string SUBCAT_EXT = "subcat";
 	}
 }



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