4899: according to specification, increase limite from '72' (default) to '120'

svn: r17481
This commit is contained in:
Jérôme Rapinat 2011-05-12 12:45:18 +00:00
parent 1634625c50
commit 1bc377ac74

View File

@ -1376,7 +1376,7 @@ class GedcomWriter(UpdateCallback):
"""
if place is None: return
place_name = place.get_title()
self.__writeln(level, "PLAC", place_name.replace('\r', ' '))
self.__writeln(level, "PLAC", place_name.replace('\r', ' '), limit=120)
longitude = place.get_longitude()
latitude = place.get_latitude()
if longitude and latitude: