* src/app-utils/README: new file.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6090 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-11-28 22:18:12 +00:00
parent 5fab92b69a
commit 3cbed1b3aa

10
src/app-utils/README Normal file
View File

@ -0,0 +1,10 @@
After loading this module, you must also call
(gnc:setup-gettext)
(setlocale LC_ALL "")
at some point to finish initializing the app. This is not done
automatically from gncmod-app-utils.c via app-utils.scm because you
may need to handle setlocale yourself (or you may already have other
code that does).