mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in guile variable names in 1373233cd
This commit is contained in:
parent
5388cc8e2c
commit
189db58e69
@ -37,8 +37,8 @@
|
||||
(export account-full-name<?)
|
||||
(export accounts-get-children-depth)
|
||||
|
||||
(define-public GNC_COMMODITY_NS_CURRENCY "CURRENCY")
|
||||
(define-public GNC_COMMODITY_NS_NONCURRENCY (gettext "ALL NON-CURRENCY"))
|
||||
(define-public GNC-COMMODITY-NS-CURRENCY "CURRENCY")
|
||||
(define-public GNC-COMMODITY-NS-NONCURRENCY (gettext "ALL NON-CURRENCY"))
|
||||
|
||||
(define (gnc-pricedb-lookup-latest-before-t64 . args)
|
||||
(issue-deprecation-warning "gnc-pricedb-lookup-latest-before-t64 has been renamed to gnc-pricedb-lookup-nearest-before-t64")
|
||||
|
Loading…
Reference in New Issue
Block a user