2006-11-26 Don Allingham <don@gramps-project.org>
* src/docgen/ODFDoc.py: fix registration svn: r7706
This commit is contained in:
parent
5475e2eb2c
commit
cada86b952
@ -1,3 +1,6 @@
|
|||||||
|
2006-11-26 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/docgen/ODFDoc.py: fix registration
|
||||||
|
|
||||||
2006-11-25 Don Allingham <don@gramps-project.org>
|
2006-11-25 Don Allingham <don@gramps-project.org>
|
||||||
* src/Config/_GrampsConfigKeys.py: remember window size
|
* src/Config/_GrampsConfigKeys.py: remember window size
|
||||||
* src/Editors/_EditAddress.py: remember window size
|
* src/Editors/_EditAddress.py: remember window size
|
||||||
|
2
NEWS
2
NEWS
@ -7,7 +7,7 @@ Version 2.2.3 -- the "My philosophy, like color television, is all there in blac
|
|||||||
* Turkish translation added (Mehmet Ugur Kecik).
|
* Turkish translation added (Mehmet Ugur Kecik).
|
||||||
* Autobackup feature will save data on exit in XML format
|
* Autobackup feature will save data on exit in XML format
|
||||||
* Many edit dialogs now save their last size
|
* Many edit dialogs now save their last size
|
||||||
* Relationship View enhancements - scrolling and buton handling
|
* Relationship View enhancements - scrolling and button handling
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
Version 2.2.2 -- the "We interrupt this program to annoy you and make things generally irritating" release
|
Version 2.2.2 -- the "We interrupt this program to annoy you and make things generally irritating" release
|
||||||
|
@ -1184,6 +1184,6 @@ try:
|
|||||||
except:
|
except:
|
||||||
print_label = None
|
print_label = None
|
||||||
|
|
||||||
register_text_doc(_('Open Document Text'),ODFDoc,1,1,1,".odt", None)
|
register_text_doc(_('Open Document Text'), ODFDoc, 1, 1, 1, ".odt", print_label)
|
||||||
register_book_doc(_("Open Document Text"),ODFDoc,1,1,1,".odt")
|
register_book_doc(_("Open Document Text"), ODFDoc, 1, 1, 1, ".odt")
|
||||||
register_draw_doc(_("Open Document Text"),ODFDoc,1,1,".odt",None);
|
register_draw_doc(_("Open Document Text"), ODFDoc, 1, 1, ".odt", print_label);
|
||||||
|
Loading…
Reference in New Issue
Block a user