2007-10-19 Piotr Czubaszek <pioterus@gmail.com>
* src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period. svn: r9216
This commit is contained in:
parent
8cd1a019cc
commit
6ca81346cf
@ -1,3 +1,6 @@
|
|||||||
|
2007-10-19 Piotr Czubaszek <pioterus@gmail.com>
|
||||||
|
* src/docgen/PdfDoc.py (PdfDoc.add_media_object): Missing period.
|
||||||
|
|
||||||
2007-10-19 Gary Burton <gary.burton@zen.co.uk>
|
2007-10-19 Gary Burton <gary.burton@zen.co.uk>
|
||||||
* src/DisplayTabs/_EmbeddedList.py:
|
* src/DisplayTabs/_EmbeddedList.py:
|
||||||
* src/DisplayTabs/_ButtonTab.py:
|
* src/DisplayTabs/_ButtonTab.py:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000-2006 Donald N. Allingham
|
# Copyright (C) 2000-2007 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -365,7 +365,7 @@ class PdfDoc(BaseDoc.BaseDoc):
|
|||||||
global _pil_warn
|
global _pil_warn
|
||||||
if _pil_warn:
|
if _pil_warn:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_("You do not have the Python Imaging Library installed "
|
_("You do not have the Python Imaging Library installed. "
|
||||||
"Images will not be added to this report"))
|
"Images will not be added to this report"))
|
||||||
_pil_warn = False
|
_pil_warn = False
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user