From 0cffe803a583249f3e23a680c3c1799e585ba684 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 11 Jan 2013 22:10:27 +0000 Subject: [PATCH] 6312: Fix Dashboard category icon svn: r21074 --- gramps/plugins/sidebar/categorysidebar.py | 2 +- gramps/plugins/view/dashboardview.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/plugins/sidebar/categorysidebar.py b/gramps/plugins/sidebar/categorysidebar.py index 594c22a1a..843411905 100644 --- a/gramps/plugins/sidebar/categorysidebar.py +++ b/gramps/plugins/sidebar/categorysidebar.py @@ -59,7 +59,7 @@ UICATEGORY = ''' ''' CATEGORY_ICON = { - 'Gramplets': 'gramps-gramplet', + 'Dashboard': 'gramps-gramplet', 'People': 'gramps-person', 'Relationships': 'gramps-relation', 'Families': 'gramps-family', diff --git a/gramps/plugins/view/dashboardview.py b/gramps/plugins/view/dashboardview.py index 46ca8c3a7..1c9e23896 100644 --- a/gramps/plugins/view/dashboardview.py +++ b/gramps/plugins/view/dashboardview.py @@ -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 = '''