6312: Fix Dashboard category icon

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

View File

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

View File

@ -21,7 +21,7 @@
# $Id$ # $Id$
""" """
GrampletView interface. DashboardView interface.
""" """
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -47,7 +47,7 @@ class DashboardView(PageView):
def __init__(self, pdata, dbstate, uistate): 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) PageView.__init__(self, _('Dashboard'), pdata, dbstate, uistate)
self.ui_def = '''<ui> self.ui_def = '''<ui>