* src/gramps_main.py: re-present the open dialog box on

a failure to open a file.
* src/gramps.glade: change Home button from stock version
to something we can translate
* src/const.py.in: Add "Alternate Marriage" as a family
event type.


svn: r2099
This commit is contained in:
Don Allingham 2003-09-07 18:45:22 +00:00
parent fd6da64350
commit 0dcd1fa8da

View File

@ -205,6 +205,7 @@ familyConstantEvents = {
}
_fe_e2l = {
"Alternate Marriage" : _("Alternate Marriage"),
"Annulment" : _("Annulment"),
"Divorce Filing" : _("Divorce Filing"),
"Divorce" : _("Divorce"),