[longomatch] Change the device description name to something more easy to understand



commit 87ef80f99f51b25d47c0ed1c9c3cdd9c8f22304c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Sep 16 00:36:56 2010 +0200

    Change the device description name to something more easy to understand

 CesarPlayer/Utils/Device.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CesarPlayer/Utils/Device.cs b/CesarPlayer/Utils/Device.cs
index ce98119..c0fde57 100644
--- a/CesarPlayer/Utils/Device.cs
+++ b/CesarPlayer/Utils/Device.cs
@@ -80,7 +80,7 @@ namespace LongoMatch.Video.Utils
 			}
 			if (Environment.OSVersion.Platform == PlatformID.Unix){
 				devicesList.Add(new Device {
-					ID = Catalog.GetString("GConf configured device"),
+					ID = Catalog.GetString("Default device"),
 					IDProperty = "",
 					DeviceType = DeviceType.Video});
 			}			



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