mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome-utils/gnome-utils.scm: rename bootstrap to main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6214 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7dd1065c9d
commit
67effa88e9
@ -1,7 +1,7 @@
|
||||
(define-module (gnucash gnome-utils))
|
||||
|
||||
(use-modules (g-wrapped gw-gnome-utils))
|
||||
(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/app-utils" 0)
|
||||
|
Loading…
Reference in New Issue
Block a user