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:
Derek Atkins
2002-08-14 21:20:25 +00:00
parent d6fb2fd188
commit e670560f59
5 changed files with 18 additions and 0 deletions

View File

@@ -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;
}