* src/docgen/LaTeXDoc.py: Do not register as a book format (have to
support both text and graphics). * src/plugins/AncestorChart.py: Minor code cleanup. * src/plugins/BookReport.py: Add context menus to the dialog. * src/FamilyView.py: Properly refer to gtk stock items. * src/gramps_main.py: Likewise. svn: r2056
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000 Donald N. Allingham
|
||||
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||
#
|
||||
# Modifications and feature additions:
|
||||
# 2002 Donald A. Peterson
|
||||
# 2002-2003 Donald A. Peterson
|
||||
#
|
||||
# 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
|
||||
@ -418,12 +418,3 @@ Plugins.register_text_doc(
|
||||
style=0,
|
||||
ext=".tex"
|
||||
)
|
||||
|
||||
Plugins.register_book_doc(
|
||||
name=_("LaTeX"),
|
||||
classref=LaTeXDoc,
|
||||
table=1,
|
||||
paper=1,
|
||||
style=0,
|
||||
ext=".tex"
|
||||
)
|
||||
|
Reference in New Issue
Block a user