mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Applied Joachim Breitner's patch for VWD price-sources:
It may not be appropriate for a newcomer in the gnucash community like me, but could you please please include this simple patch in the 1.6.7 release? The VWD source (already in Finance::Quote) is the only source that has the German Deka-Fonts. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7175 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -753,6 +753,8 @@ gnc_get_source_name (PriceSourceCode source)
|
||||
return "TIAA-CREF";
|
||||
case SOURCE_TRUSTNET :
|
||||
return "Trustnet";
|
||||
case SOURCE_VWD :
|
||||
return "VWD";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -785,6 +787,8 @@ gnc_get_source_code_name (PriceSourceCode source)
|
||||
return "TIAACREF";
|
||||
case SOURCE_TRUSTNET :
|
||||
return "TRUSTNET";
|
||||
case SOURCE_VWD :
|
||||
return "VWD";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user