Update
svn: r1735
This commit is contained in:
parent
6143678cfe
commit
1749f1e524
@ -1,6 +1,7 @@
|
|||||||
2003-06-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
2003-06-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/EditPerson.py (did_data_change): When checking name type,
|
* src/EditPerson.py (did_data_change): When checking name type,
|
||||||
compare translated strings (otherwise they always differ).
|
compare translated strings (otherwise they always differ in
|
||||||
|
non-English $LANG).
|
||||||
|
|
||||||
2003-06-13 Don Allingham <dallingham@users.sourceforge.net>
|
2003-06-13 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/EditPerson.py: Removed the conflict of using pmap for two seperate
|
* src/EditPerson.py: Removed the conflict of using pmap for two seperate
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000 Donald N. Allingham
|
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -673,11 +673,3 @@ register_report(
|
|||||||
description=_("Produces a complete report on the selected people."),
|
description=_("Produces a complete report on the selected people."),
|
||||||
xpm=get_xpm_image()
|
xpm=get_xpm_image()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user