* src/report/utility-reports/welcome-to-gnucash.scm: rename

bootstrap to main.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6235 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-04 23:25:13 +00:00
parent 4c9b3bbab2
commit 02964e4e64

View File

@ -23,7 +23,7 @@
(define-module (gnucash report welcome-to-gnucash))
(export gnc:make-welcome-report)
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(use-modules (gnucash main) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(use-modules (gnucash gnc-module))
(gnc:module-load "gnucash/report/report-system" 0)