* src/report/utility-reports/hello-world.scm

(hello-world-renderer): modify to reflect switch from share-dir to
share-path.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6358 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-11 16:31:58 +00:00
parent 5607da97de
commit 367f3da61f

View File

@ -321,11 +321,9 @@ option like this.")
(gnc:html-markup-p
(gnc:html-markup/format
(_ "This is a sample GnuCash report. \
See the guile (scheme) source code in %s \
See the guile (scheme) source code in the scm/report directory \
for details on writing your own reports, \
or extending existing reports.")
(gnc:html-markup-tt
(gnc:config-var-value-get gnc:*share-dir*) "/gnucash/scm/report")))
or extending existing reports.")))
(gnc:html-markup-p
(gnc:html-markup/format
(_ "For help on writing reports, or to contribute your brand \