From 570e4a1102f4d18945e7558cf9304327fba465ff 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 --- gramps2/src/plugins/WriteGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/plugins/WriteGedcom.py b/gramps2/src/plugins/WriteGedcom.py index 3084876a5..19618fca0 100644 --- a/gramps2/src/plugins/WriteGedcom.py +++ b/gramps2/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)