git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2389 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-05-30 05:31:39 +00:00
parent 04adfa9d80
commit fcedfb925a
3 changed files with 5 additions and 1 deletions

View File

@ -231,7 +231,10 @@ gnc_run_report(ReportData *report_data)
gnc_unset_busy_cursor(NULL);
if (!gh_string_p(result))
{
PERR("Report output was not a string.\n");
return NULL;
}
return gh_scm2newstr(result, NULL);
}

View File

@ -657,6 +657,7 @@
#define WEEKS_STR _("Weeks")
#define WIRE_STR _("Wire") /* Electronic Wire transfer */
#define WITHDRAW_STR _("Withdraw")
#define WITHDRAWAL_STR _("Withdrawal")
#define YEARS_STR _("Years")
#define YES_STR _("Yes")

View File

@ -100,7 +100,7 @@
(define gnc:*credit-strings*
(list '(NO_TYPE . "Funds Out")
'(BANK . "Payment")
'(BANK . "Withdrawal")
'(CASH . "Spend")
'(CREDIT . "Charge")
'(ASSET . "Depreciation")