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

svn: r17480
This commit is contained in:
Jérôme Rapinat 2011-05-12 12:43:46 +00:00
parent 8e33f0040c
commit c080645c9a

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: