set the document title properly.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13270 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-02-15 16:42:29 +00:00
parent 25bb23b8d0
commit 22e48923c7
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,9 @@
* lib/libqof/qof/Makefile.am: keep qofla-dir.h out of the dist
* configure.in: look in builddir for qof includes.
* src/business/business-reports/owner-report.scm:
set the document title properly.
2006-02-14 Derek Atkins <derek@ihtfp.com>
* src/report/standard-reports/advanced-portfolio.scm:

View File

@ -560,6 +560,7 @@
(setup-query query owner account end-date)
(gnc:html-document-set-title!
document
(string-append (_ type-str ) " " (_ "Report:") " " (gnc:owner-get-name owner)))
(gnc:html-document-set-headline!