[banshee/stable-2.6] Dap: Use Unicode codes for quotation marks (bgo#639947)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-2.6] Dap: Use Unicode codes for quotation marks (bgo#639947)
- Date: Sun, 6 Jan 2013 14:56:58 +0000 (UTC)
commit 3fe30d0285c3d4878aa1f39650e5704b52452861
Author: Andres G. Aragoneses <knocte gmail com>
Date: Sun Dec 16 21:44:13 2012 +0000
Dap: Use Unicode codes for quotation marks (bgo#639947)
The bug fix for bgo#608243 missed an occurrence of this offending
string.
.../Banshee.Dap.Gui/LibrarySyncOptions.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/LibrarySyncOptions.cs b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/LibrarySyncOptions.cs
index 7cec480..83b0de0 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/LibrarySyncOptions.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/LibrarySyncOptions.cs
@@ -151,7 +151,7 @@ namespace Banshee.Dap.Gui
private void OnPlaylistChanged (object o, EventArgs args)
{
var db_src = o as DatabaseSource;
- combo.Update (db_src, String.Format (Catalog.GetString ("Sync from â{0}â"), db_src.Name), db_src.Order);
+ combo.Update (db_src, String.Format (Catalog.GetString ("Sync from \u201c{0}\u201d"), db_src.Name), db_src.Order);
}
private void OnChildSourceAdded (SourceEventArgs args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]