mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Addendnum to ad20f859c
-- _ must be exported
This commit is contained in:
parent
ad20f859cc
commit
f35a26882d
@ -49,6 +49,6 @@
|
||||
(cond-expand
|
||||
(guile-3)
|
||||
(guile-2
|
||||
(define (_ x)
|
||||
(define-public (_ x)
|
||||
(issue-deprecation-warning "Using _ to call gettext is disallowed in guile-3 and will be removed in the future. Use G_ instead.")
|
||||
(gnc:gettext x))))
|
||||
|
Loading…
Reference in New Issue
Block a user