From c080645c9af5aa1d2d6ada7e694697e4197930a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 12 May 2011 12:43:46 +0000 Subject: [PATCH] 4899: according to specification, increase limite from '72' (default) to '120' svn: r17480 --- src/plugins/export/ExportGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/export/ExportGedcom.py b/src/plugins/export/ExportGedcom.py index f2f23d3a5..f0f7b3824 100644 --- a/src/plugins/export/ExportGedcom.py +++ b/src/plugins/export/ExportGedcom.py @@ -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: