From 431ae7b8c27fcd6e28fe698ee73c9dc5f241106b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 30 Jan 2012 10:49:41 +0000 Subject: [PATCH] visual consistency (icons on Sources category) svn: r18798 --- src/plugins/view/view.gpr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/view/view.gpr.py b/src/plugins/view/view.gpr.py index e13080fc5..dafdce011 100644 --- a/src/plugins/view/view.gpr.py +++ b/src/plugins/view/view.gpr.py @@ -211,6 +211,7 @@ authors_email = ["http://gramps-project.org"], category = ("Sources", _("Sources")), viewclass = 'SourceView', order = START, +stock_icon = 'gramps-tree-list', ) register(VIEW, @@ -240,5 +241,5 @@ authors = [u"Tim G L Lyons", u"Nick Hall"], authors_email = [""], category = ("Sources", _("Sources")), viewclass = 'CitationTreeView', -order = START, +stock_icon = 'gramps-tree-select', )