Replace more obsolete #define'd function names by their current names.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19936 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2010-12-13 21:00:23 +00:00
parent 75d71c93a3
commit febe74e6c0
62 changed files with 219 additions and 340 deletions

View File

@@ -851,7 +851,7 @@ gnc_account_create_opening_balance (Account *account,
xaccTransBeginEdit (trans);
xaccTransSetCurrency (trans, xaccAccountGetCommodity (account));
xaccTransSetDateSecs (trans, date);
xaccTransSetDatePostedSecs (trans, date);
xaccTransSetDescription (trans, _("Opening Balance"));
split = xaccMallocSplit (book);