* src/docgen/ODFDoc.py: Correct typos.

svn: r5888
This commit is contained in:
Alex Roitman 2006-02-05 19:16:12 +00:00
parent c284652cc3
commit 556b5cd371
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2006-02-05 Alex Roitman <shura@gramps-project.org>
* src/docgen/ODFDoc.py: Correct typos.
2006-02-02 Alex Roitman <shura@gramps-project.org>
* src/GrampsBSDDB.py (rebuild_secondary): properly rebuild
secondary indices relying on BSD DB rather than manually re-adding

View File

@ -1146,8 +1146,8 @@ try:
PluginMgr.register_draw_doc(mtype,ODFDoc,1,1, ".odt",print_label);
except:
PluginMgr.register_text_doc(_('Open Document Text'),
OpenDocumentDoc,1,1,1,".odt", None)
ODFDoc,1,1,1,".odt", None)
PluginMgr.register_book_doc(_("Open Document Text"),
OpenDocumentDoc,1,1,1,".odt")
ODFDoc,1,1,1,".odt")
PluginMgr.register_draw_doc(_("Open Document Text"),
OpenDocumentDoc,1,1,".odt",None);
ODFDoc,1,1,".odt",None);