* src/ScratchPad.py (ScratchPad): improved the generation of
	tooltip information for most object types.


svn: r4192
This commit is contained in:
Richard Taylor
2005-03-16 13:52:04 +00:00
parent dea172a726
commit 78e8029352
2 changed files with 117 additions and 47 deletions

View File

@@ -1,5 +1,9 @@
2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed
* src/ScratchPad.py (ScratchPad): improved the generation of
tooltip information for most object types.
2005-03-16 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/EditPerson.py (EditPerson.ev_drag_data_received): Fixed
drag and drop of events.
2005-03-15 Alex Roitman <shura@gramps-project.org>