From f8682183ab984177c200668c4c7df612825a487d Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Mon, 1 Feb 2010 09:47:41 +0000 Subject: [PATCH] Updated GrampsLocale.long_months to DateHandler.displayer.long_months. svn: r14177 --- src/plugins/webreport/WebCal.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 18bedd14b..79a4721a1 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -66,6 +66,7 @@ from gui.utils import ProgressMeter from DateHandler import displayer as _dd from gen.display.name import displayer as _nd +from DateHandler import displayer as _dd import libholiday from libhtml import Html @@ -1617,8 +1618,8 @@ dow_gramps2iso = [ -1, calendar.SUNDAY, calendar.MONDAY, calendar.TUESDAY, calendar.SATURDAY] # define names for full and abbreviated month names in GrampsLocale -full_month_name = GrampsLocale.long_months -abbr_month_name = GrampsLocale.short_months +full_month_name = _dd.long_months +abbr_month_name = _dd.short_months def get_full_month_name(month): """ returns full or long month name """