mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[hello-world] fix indenting and incorrect change
928f6145c
had changed default list option '(good) to 'good - should be
a list of symbols
This commit is contained in:
parent
5870887f12
commit
47030c7654
@ -192,16 +192,16 @@
|
||||
(gnc:make-list-option
|
||||
(N_ "Hello Again") (N_ "A list option")
|
||||
"h" (N_ "This is a list option.")
|
||||
'good
|
||||
'(good)
|
||||
(list (vector 'good
|
||||
(N_ "The Good")
|
||||
(N_ "Good option."))
|
||||
(N_ "The Good")
|
||||
(N_ "Good option."))
|
||||
(vector 'bad
|
||||
(N_ "The Bad")
|
||||
(N_ "Bad option."))
|
||||
(N_ "The Bad")
|
||||
(N_ "Bad option."))
|
||||
(vector 'ugly
|
||||
(N_ "The Ugly")
|
||||
(N_ "Ugly option.")))))
|
||||
(N_ "The Ugly")
|
||||
(N_ "Ugly option.")))))
|
||||
|
||||
;; This option is for testing. When true, the report generates
|
||||
;; an exception.
|
||||
|
Loading…
Reference in New Issue
Block a user