Skip to content

Commit

Permalink
Use UTF8 ellipsys character in mutliple qoute sources lists
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 20, 2024
1 parent b7b7df5 commit 1911bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libgnucash/engine/gnc-commodity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,18 +245,18 @@ static QuoteSourceList multiple_quote_sources =
{ false, SOURCE_MULTI, "Australia Funds (MorningstarAU)", "aufunds" },
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX)", "canada" },
{ false, SOURCE_MULTI, "Dutch (AEX)", "dutch" },
{ false, SOURCE_MULTI, "Europe (ASEGR, Bourso, ...)", "europe" },
{ false, SOURCE_MULTI, "Europe (ASEGR, Bourso, )", "europe" },
{ false, SOURCE_MULTI, "France (Bourso)", "france" },
{ false, SOURCE_MULTI, "Greece (ASEGR)", "greece" },
{ false, SOURCE_MULTI, "India (BSEIndia, NSEIndia)", "india"},
{ false, SOURCE_MULTI, "India Mutual (AMFI)", "indiamutual" },
{ false, SOURCE_MULTI, "Nasdaq (Alphavantage, FinanceAPI, ...)", "nasdaq" },
{ false, SOURCE_MULTI, "NYSE (Alphavantage, FinanceAPI, ...)", "nyse" },
{ false, SOURCE_MULTI, "Nasdaq (Alphavantage, FinanceAPI, )", "nasdaq" },
{ false, SOURCE_MULTI, "NYSE (Alphavantage, FinanceAPI, )", "nyse" },
{ false, SOURCE_MULTI, "Poland (Stooq)", "poland" },
{ false, SOURCE_MULTI, "Romania (BVB)", "romania" },
{ false, SOURCE_MULTI, "South Africa (Sharenet)", "za" },
{ false, SOURCE_MULTI, "U.K. Funds (FTfunds, MorningstarUK)", "ukfunds" },
{ false, SOURCE_MULTI, "USA (Alphavantage, FinanceAPI, ...)", "usa" },
{ false, SOURCE_MULTI, "USA (Alphavantage, FinanceAPI, )", "usa" },
};

static QuoteSourceList new_quote_sources;
Expand Down

0 comments on commit 1911bf5

Please sign in to comment.