From 367f3da61fba097f79db895329e9019e33efaafd Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 11 Dec 2001 16:31:58 +0000 Subject: [PATCH] * 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 --- src/report/utility-reports/hello-world.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/report/utility-reports/hello-world.scm b/src/report/utility-reports/hello-world.scm index 3c82131ca5..73f86da635 100644 --- a/src/report/utility-reports/hello-world.scm +++ b/src/report/utility-reports/hello-world.scm @@ -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 \