mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tweaks.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2389 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
04adfa9d80
commit
fcedfb925a
@ -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);
|
||||
}
|
||||
|
@ -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")
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
||||
|
||||
(define gnc:*credit-strings*
|
||||
(list '(NO_TYPE . "Funds Out")
|
||||
'(BANK . "Payment")
|
||||
'(BANK . "Withdrawal")
|
||||
'(CASH . "Spend")
|
||||
'(CREDIT . "Charge")
|
||||
'(ASSET . "Depreciation")
|
||||
|
Loading…
Reference in New Issue
Block a user