3782: Cannot set max generation > 15; use the same value as DAR and pedigree gramplet
svn: r16530
This commit is contained in:
		| @@ -256,7 +256,7 @@ class AncestorOptions(MenuReportOptions): | |||||||
|         pid.set_help(_("The center person for the report")) |         pid.set_help(_("The center person for the report")) | ||||||
|         menu.add_option(category_name, "pid", pid) |         menu.add_option(category_name, "pid", pid) | ||||||
|          |          | ||||||
|         maxgen = NumberOption(_("Generations"), 10, 1, 15) |         maxgen = NumberOption(_("Generations"), 10, 1, 100) | ||||||
|         maxgen.set_help(_("The number of generations to include in the report")) |         maxgen.set_help(_("The number of generations to include in the report")) | ||||||
|         menu.add_option(category_name, "maxgen", maxgen) |         menu.add_option(category_name, "maxgen", maxgen) | ||||||
|          |          | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user