[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:
Christopher Lam 2022-12-17 21:22:15 +08:00
parent 68dabea199
commit 6e6d44f567

View File

@ -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.")