* src/gramps_main.py: Change "Family" title to "Relationships"

svn: r5698
This commit is contained in:
Don Allingham 2006-01-09 02:16:46 +00:00
parent f9e333f696
commit f9d8c30c6a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-01-08 Don Allingham <don@gramps-project.org>
* src/gramps_main.py: Change "Family" title to "Relationships"
* src/DisplayModels.py: Fix sorting
* src/FamilyList.py: Fix sorting
* src/PageView.py: Fix sorting

View File

@ -67,7 +67,7 @@ def register_stock_icons ():
import os
items = [
('people48.png',('gramps-person','Person',gtk.gdk.CONTROL_MASK,0,'')),
('family48.png',('gramps-family','Family',gtk.gdk.CONTROL_MASK,0,'')),
('family48.png',('gramps-family','Relationships',gtk.gdk.CONTROL_MASK,0,'')),
('family48.png',('gramps-family-list','Family List',gtk.gdk.CONTROL_MASK,0,'')),
('media.png',('gramps-media','Media',gtk.gdk.CONTROL_MASK,0,'')),
('ped24.png',('gramps-pedigree','Pedigree',gtk.gdk.CONTROL_MASK,0,'')),