mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/account-piecharts.scm: rename bootstrap to main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6229 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6a9c2d7391
commit
ddf9e1f62f
@ -26,7 +26,7 @@
|
||||
(define-module (gnucash report account-piecharts))
|
||||
|
||||
(use-modules (g-wrapped gw-gnc))
|
||||
(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 (srfi srfi-1))
|
||||
(use-modules (ice-9 slib))
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
Loading…
Reference in New Issue
Block a user