typo
svn: r18482
This commit is contained in:
parent
e527a0bb82
commit
7b2ea14225
@ -587,8 +587,8 @@ class GeneWebParser(object):
|
|||||||
title = self.create_event(
|
title = self.create_event(
|
||||||
gen.lib.EventType.NOB_TITLE, ttitle, tstart, tplace)
|
gen.lib.EventType.NOB_TITLE, ttitle, tstart, tplace)
|
||||||
# TODO: Geneweb has a start date and an end date, and therefore
|
# TODO: Geneweb has a start date and an end date, and therefore
|
||||||
# supprts stuff like: FROM about 1955 TO between 1998 and 1999
|
# supports stuff like: FROM about 1955 TO between 1998 and 1999
|
||||||
# gramps only supports one single date ore range.
|
# gramps only supports one single date or range.
|
||||||
if tname and tname != "*":
|
if tname and tname != "*":
|
||||||
n = gen.lib.Note()
|
n = gen.lib.Note()
|
||||||
n.set(tname)
|
n.set(tname)
|
||||||
|
Loading…
Reference in New Issue
Block a user