mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
5fab92b69a
commit
3cbed1b3aa
10
src/app-utils/README
Normal file
10
src/app-utils/README
Normal 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).
|
Loading…
Reference in New Issue
Block a user