[report-core] fix error string

This commit is contained in:
Christopher Lam 2021-03-30 06:51:07 +08:00
parent 0a9f9821ca
commit 55ecaa9252

View File

@ -214,11 +214,11 @@
(define (gui-error str)
(if (gnucash-ui-is-running)
(gnc-error-dialog '() str)
(gnc:error "report-impl.scm error: " str)))
(gnc:error "report-core.scm error: " str)))
(define (gui-warning str)
(if (gnucash-ui-is-running)
(gnc-warning-dialog '() str)
(gnc:warn "report-impl.scm warning: " str)))
(gnc:warn "report-core.scm warning: " str)))
(define (gui-error-missing-template template-name)
(gui-error
(string-append