gnucash maint: Minor improvement of singe quote sources SIX*

Frank H. Ellenberger fell at code.gnucash.org
Mon Aug 8 00:59:00 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/aa39ee57 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9ac13aa8 (commit)



commit aa39ee57fc7ec06de1515667f831b2a068f565dd
Author: fell <f.ellenberger at online.de>
Date:   Thu Apr 28 16:43:36 2016 +0200

    Minor improvement of singe quote sources SIX*
    
    Amendment of commit 05da881

diff --git a/src/engine/gnc-commodity.c b/src/engine/gnc-commodity.c
index 9e26004..fd577ee 100644
--- a/src/engine/gnc-commodity.c
+++ b/src/engine/gnc-commodity.c
@@ -191,8 +191,8 @@ static gnc_quote_source single_quote_sources[] =
     { FALSE, 0, 0, "Paris Stock Exchange/Boursorama, FR", "BOURSO", "bourso" },
     { FALSE, 0, 0, "Paris Stock Exchange/LeRevenu, FR", "LEREVENU", "lerevenu" },
     { FALSE, 0, 0, "Platinum Asset Management, AU", "PLATINUM", "platinum" },
-    { FALSE, 0, 0, "SIX funds, CH", "SIXFUNDS", "sixfunds" },
-    { FALSE, 0, 0, "SIX shares, CH", "SIXSHARES", "sixshares" },
+    { FALSE, 0, 0, "SIX Swiss Exchange funds, CH", "SIXFUNDS", "sixfunds" },
+    { FALSE, 0, 0, "SIX Swiss Exchange shares, CH", "SIXSHARES", "sixshares" },
     { FALSE, 0, 0, "Skandinaviska Enskilda Banken, SE", "SEB_FUNDS", "seb_funds" },
     { FALSE, 0, 0, "Sharenet, ZA", "ZA", "za" },
     { FALSE, 0, 0, "StockHouse Canada", "STOCKHOUSE_FUND", "stockhousecanada_fund" },



Summary of changes:
 src/engine/gnc-commodity.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list