mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3646 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fa026af058
commit
1ab50d155e
@ -321,6 +321,6 @@
|
||||
(gnc:numeric-convert
|
||||
(cadr pair)
|
||||
GNC-DENOM-AUTO
|
||||
(logor (GNC-DENOM-SIGFIGS 6) GNC-RND-ROUND)))))))
|
||||
(logior (GNC-DENOM-SIGFIGS 6) GNC-RND-ROUND)))))))
|
||||
alist))
|
||||
|
||||
|
@ -448,7 +448,7 @@ new, totally cool report, consult the mailing list ")
|
||||
;; The name of this report. This will be used, among other things,
|
||||
;; for making its menu item in the main menu. You need to use the
|
||||
;; untranslated value here!
|
||||
'name (_ "Hello, World")
|
||||
'name (N_ "Hello, World")
|
||||
|
||||
;; The options generator function defined above.
|
||||
'options-generator options-generator
|
||||
|
Loading…
Reference in New Issue
Block a user