* src/app-utils/gw-app-utils-spec.scm: add wrapper for

gnc:setup-gettext.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6086 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-11-28 22:15:31 +00:00
parent 133a7529f6
commit b600c9e94c

View File

@ -126,6 +126,14 @@
'()
"Shutdown the expression parser and free any associated memory.")
(gw:wrap-function
mod
'gnc:setup-gettext
'<gw:void>
"gnc_setup_gettext"
'()
"Runs bindtextdomain and textdomain.")
(gw:wrap-function
mod
'gnc:gettext-helper