mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/stylesheets/stylesheets.scm: rename bootstrap to main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6222 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
14c4ce7c34
commit
7065a2120a
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
(define-module (gnucash report stylesheets))
|
(define-module (gnucash report stylesheets))
|
||||||
|
|
||||||
(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 report stylesheet-plain))
|
(use-modules (gnucash report stylesheet-plain))
|
||||||
(use-modules (gnucash report stylesheet-fancy))
|
(use-modules (gnucash report stylesheet-fancy))
|
||||||
|
Loading…
Reference in New Issue
Block a user