visual consistency (icons on Sources category)

svn: r18798
This commit is contained in:
Jérôme Rapinat 2012-01-30 10:49:41 +00:00
parent a9b6b94ba8
commit 431ae7b8c2

View File

@ -211,6 +211,7 @@ authors_email = ["http://gramps-project.org"],
category = ("Sources", _("Sources")), category = ("Sources", _("Sources")),
viewclass = 'SourceView', viewclass = 'SourceView',
order = START, order = START,
stock_icon = 'gramps-tree-list',
) )
register(VIEW, register(VIEW,
@ -240,5 +241,5 @@ authors = [u"Tim G L Lyons", u"Nick Hall"],
authors_email = [""], authors_email = [""],
category = ("Sources", _("Sources")), category = ("Sources", _("Sources")),
viewclass = 'CitationTreeView', viewclass = 'CitationTreeView',
order = START, stock_icon = 'gramps-tree-select',
) )