mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
5607da97de
commit
367f3da61f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user