6312: Fix Dashboard category icon

svn: r21074
This commit is contained in:
Nick Hall 2013-01-11 22:10:27 +00:00
parent fb930c4560
commit f0da385b33
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ UICATEGORY = '''<ui>
'''
CATEGORY_ICON = {
'Gramplets': 'gramps-gramplet',
'Dashboard': 'gramps-gramplet',
'People': 'gramps-person',
'Relationships': 'gramps-relation',
'Families': 'gramps-family',

View File

@ -21,7 +21,7 @@
# $Id$
"""
GrampletView interface.
DashboardView interface.
"""
#-------------------------------------------------------------------------
@ -47,7 +47,7 @@ class DashboardView(PageView):
def __init__(self, pdata, dbstate, uistate):
"""
Create a GrampletView, with the current dbstate and uistate
Create a DashboardView, with the current dbstate and uistate
"""
PageView.__init__(self, _('Dashboard'), pdata, dbstate, uistate)
self.ui_def = '''<ui>