From e05dba5575994aea486fff8e3a364f6300729bd4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 3 Nov 2003 12:18:48 +0000 Subject: [PATCH] Standard says 'jpeg'. svn: r2316 --- src/plugins/WriteGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/WriteGedcom.py b/src/plugins/WriteGedcom.py index 3084876a5..19618fca0 100644 --- a/src/plugins/WriteGedcom.py +++ b/src/plugins/WriteGedcom.py @@ -948,7 +948,7 @@ class GedcomWriter: for photo in photos: if photo.ref.getMimeType() == "image/jpeg": self.writeln('1 OBJE') - self.writeln('2 FORM jpg') + self.writeln('2 FORM jpeg') path = photo.ref.getPath () dirname = os.path.join (self.dirname, self.images_path) basename = os.path.basename (path)