* src/report/utility-reports/view-column.scm: rename bootstrap to main.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6231 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-04 23:23:02 +00:00
parent 6246cef8a0
commit d26a9d3701

View File

@ -27,7 +27,7 @@
;; don't have to worry about that here. ;; don't have to worry about that here.
(define-module (gnucash report view-column)) (define-module (gnucash report view-column))
(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 (ice-9 slib)) (use-modules (ice-9 slib))
(use-modules (gnucash gnc-module)) (use-modules (gnucash gnc-module))