* src/ViewManager.py: add ScratchPad to the View menu
* src/Editors/_EditFamily.py: Fix tooltips * src/glade/gramps.glade: remove predefined tooltips svn: r6491
This commit is contained in:
parent
892a08232f
commit
835154caba
@ -1,4 +1,7 @@
|
|||||||
2006-04-28 Don Allingham <don@gramps-project.org>
|
2006-04-28 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/ViewManager.py: add ScratchPad to the View menu
|
||||||
|
* src/Editors/_EditFamily.py: Fix tooltips
|
||||||
|
* src/glade/gramps.glade: remove predefined tooltips
|
||||||
* src/AutoComp.py (StandardCustomSelector.fill): handle unicode
|
* src/AutoComp.py (StandardCustomSelector.fill): handle unicode
|
||||||
in addition to str
|
in addition to str
|
||||||
* src/ScratchPad.py (ScratchPadWindow.__init__): fix call to
|
* src/ScratchPad.py (ScratchPadWindow.__init__): fix call to
|
||||||
|
@ -500,8 +500,8 @@ class EditFamily(EditPrimary):
|
|||||||
def update_mother(self,handle):
|
def update_mother(self,handle):
|
||||||
self.load_parent(handle, self.mbox, self.mbirth,
|
self.load_parent(handle, self.mbox, self.mbirth,
|
||||||
self.mdeath, self.mbutton, self.mbutton2,
|
self.mdeath, self.mbutton, self.mbutton2,
|
||||||
_("Select a person as the father"),
|
_("Select a person as the mother"),
|
||||||
_("Remove the person as the father"))
|
_("Remove the person as the mother"))
|
||||||
|
|
||||||
def add_mother_clicked(self, obj):
|
def add_mother_clicked(self, obj):
|
||||||
from Editors import EditPerson
|
from Editors import EditPerson
|
||||||
|
Loading…
Reference in New Issue
Block a user