mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[options.scm] typo fix - no commas needed in guile
also the following symbols are also not accessible from scheme. GncOptionUIType-TAX_TABLE GncOptionUIType-DATE_FORMAT
This commit is contained in:
parent
68dabea199
commit
6e6d44f567
@ -307,7 +307,7 @@
|
||||
(gnc-make-qofinstance-option section name key docstring default (GncOptionUIType-TAX_TABLE)))
|
||||
(define-public (gnc:make-counter-option section name key docstring default)
|
||||
(issue-deprecation-warning "gnc:make-number-range-option is deprecated. Make and register the option in one command with gnc-register-number-range-option.")
|
||||
(gnc-make-range-value-option section name key docstring default 0.0 999999999.0, 1.0))
|
||||
(gnc-make-range-value-option section name key docstring default 0.0 999999999.0 1.0))
|
||||
|
||||
(define-public (gnc:make-counter-format-option section name key docstring default)
|
||||
(issue-deprecation-warning "gnc:make-counter-format-option is deprecated. Make and register the option in one command with gnc-register-counter-format-option.")
|
||||
|
Loading…
Reference in New Issue
Block a user