[longomatch] Disable OGG and DVD in win32



commit 282441d6a324f242f4df43fb83befa83c4428362
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Aug 19 14:09:07 2009 +0200

    Disable OGG and DVD in win32

 LongoMatch/Gui/VideoEditionProperties.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/VideoEditionProperties.cs b/LongoMatch/Gui/VideoEditionProperties.cs
index 552160a..b9992b3 100644
--- a/LongoMatch/Gui/VideoEditionProperties.cs
+++ b/LongoMatch/Gui/VideoEditionProperties.cs
@@ -38,8 +38,12 @@ namespace LongoMatch.Gui.Dialog
 
 #region Constructors
 		public VideoEditionProperties()
-		{
-			this.Build();			
+		{
+			this.Build();		
+			if (System.Environment.OSVersion.Platform == PlatformID.Win32NT){
+				formatcombobox.RemoveText(1);
+				formatcombobox.RemoveText(2);			
+			}
 		}
 #endregion
 		



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