mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/tax/us/us.scm: rename bootstrap to main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6225 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
99f8612ad0
commit
3321c58aac
@ -13,7 +13,7 @@
|
|||||||
(export txf-income-categories)
|
(export txf-income-categories)
|
||||||
(export txf-expense-categories)
|
(export txf-expense-categories)
|
||||||
|
|
||||||
(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.
|
||||||
|
|
||||||
(load-from-path "txf.scm")
|
(load-from-path "txf.scm")
|
||||||
(load-from-path "txf-help.scm")
|
(load-from-path "txf-help.scm")
|
||||||
|
Loading…
Reference in New Issue
Block a user