From e47d522a2785361574f25b7646ce48d5d57b0018 Mon Sep 17 00:00:00 2001 From: James LewisMoss Date: Thu, 7 Jun 2001 19:45:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4513 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ae0820000..a93dcdf858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,18 @@ 2001-06-07 James LewisMoss + * doc/README.translator.txt (variables): add instructions for + manual and account hierarchy files. + * src/gnome/new-user-callbacks.c: fix test for commodity added by setting data on druid rather than a global variable (bad jim. global variable bad). (on_chooseAccountTypesPage_prepare): remove old comment. (on_chooseAccountTypesPage_prepare): set object data that account lists loaded. + (on_chooseAccountTypesPage_prepare): use new func to determine + locale dir. + (gnc_get_ea_locale_dir): new func to determine locale correct dir + to read account files from. * src/gnome/new-user-funs.c (gnc_get_new_user_dialog): new func.