mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
|
||
---|---|---|
.. | ||
calculation | ||
test | ||
app-utils.i | ||
app-utils.scm | ||
business-options.c | ||
business-options.h | ||
business-options.scm | ||
business-prefs.scm | ||
c-interface.scm | ||
CMakeLists.txt | ||
date-utilities.scm | ||
file-utils.c | ||
file-utils.h | ||
fin.scm | ||
gettext.scm | ||
gfec.c | ||
gfec.h | ||
gnc-account-merge.c | ||
gnc-account-merge.h | ||
gnc-accounting-period.c | ||
gnc-accounting-period.h | ||
gnc-addr-quickfill.c | ||
gnc-addr-quickfill.h | ||
gnc-basic-gobject.h | ||
gnc-component-manager.c | ||
gnc-component-manager.h | ||
gnc-entry-quickfill.c | ||
gnc-entry-quickfill.h | ||
gnc-euro.c | ||
gnc-euro.h | ||
gnc-exp-parser.c | ||
gnc-exp-parser.h | ||
gnc-gettext-util.c | ||
gnc-gettext-util.h | ||
gnc-gsettings.c | ||
gnc-gsettings.h | ||
gnc-help-utils.c | ||
gnc-help-utils.h | ||
gnc-helpers.c | ||
gnc-helpers.h | ||
gnc-prefs-utils.c | ||
gnc-prefs-utils.h | ||
gnc-state.c | ||
gnc-state.h | ||
gnc-sx-instance-model.c | ||
gnc-sx-instance-model.h | ||
gnc-ui-balances.c | ||
gnc-ui-balances.h | ||
gnc-ui-util.c | ||
gnc-ui-util.h | ||
gncmod-app-utils.c | ||
guile-util.c | ||
guile-util.h | ||
hooks.scm | ||
make-prefs-migration-script.xsl | ||
migratable-prefs.xml.in | ||
migrate-prefs.scm | ||
option-util.c | ||
option-util.h | ||
options.scm | ||
prefs.scm | ||
QuickFill.c | ||
QuickFill.h | ||
README | ||
simple-obj.scm |
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).