git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3646 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-02-12 23:18:57 +00:00
parent fa026af058
commit 1ab50d155e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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