[banshee] AmazonMp3.Store: Add commented-out CA preference
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] AmazonMp3.Store: Add commented-out CA preference
- Date: Fri, 11 Mar 2011 16:44:39 +0000 (UTC)
commit 1cc21260d4a9de68467d1306168c151a8518a3bc
Author: Gabriel Burt <gabriel burt gmail com>
Date: Fri Mar 11 10:43:28 2011 -0600
AmazonMp3.Store: Add commented-out CA preference
Since we're in string freeze, it's commented out. The default of GeoIP
based detection should work fine for now.
.../StoreSourcePreferences.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreSourcePreferences.cs b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreSourcePreferences.cs
index 27694d7..2d04b42 100644
--- a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreSourcePreferences.cs
+++ b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreSourcePreferences.cs
@@ -87,6 +87,8 @@ namespace Banshee.AmazonMp3.Store
var combo = new Banshee.Widgets.DictionaryComboBox<string> ();
combo.Add (Catalog.GetString ("Automatic (Geo IP detection)"), "geo");
combo.Add (null, null);
+ // TODO uncomment this after string-freeze
+ //combo.Add (Catalog.GetString ("Canada (amazon.ca)"), "CA");
combo.Add (Catalog.GetString ("France (amazon.fr)"), "FR");
combo.Add (Catalog.GetString ("Germany, Switzerland, Austria (amazon.de)"), "DE");
combo.Add (Catalog.GetString ("Japan (amazon.co.jp)"), "JP");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]