diff --git a/gramps/src/FindDoc.py b/gramps/src/FindDoc.py index 79c4a2452..f0412739d 100644 --- a/gramps/src/FindDoc.py +++ b/gramps/src/FindDoc.py @@ -104,7 +104,7 @@ except: try: import RTFDoc - _textdoc.append((_RTF, _no_tables, _paper, _styles)) + _textdoc.append((_RTF, _has_tables, _paper, _styles)) except: pass