mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove ellipses from multiple_quote_sources where lists are complete
This commit is contained in:
parent
2e734b3239
commit
700f8ca125
@ -240,20 +240,20 @@ static QuoteSourceList single_quote_sources =
|
||||
|
||||
static QuoteSourceList multiple_quote_sources =
|
||||
{
|
||||
{ false, SOURCE_MULTI, "Australia (ASX, ...)", "australia" },
|
||||
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX, ...)", "canada" },
|
||||
{ false, SOURCE_MULTI, "Dutch (AEX, ...)", "dutch" },
|
||||
{ false, SOURCE_MULTI, "Australia (ASX)", "australia" },
|
||||
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX)", "canada" },
|
||||
{ false, SOURCE_MULTI, "Dutch (AEX)", "dutch" },
|
||||
{ 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, "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, "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, "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" },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user