* src/plugins/Calendar.py: Remove the unsupported flag.

svn: r5985
This commit is contained in:
Alex Roitman 2006-02-24 20:56:24 +00:00
parent ea72d0db93
commit 082b2a7b88
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-02-24 Alex Roitman <shura@gramps-project.org>
* src/plugins/Calendar.py: Remove the unsupported flag.
2006-02-24 Marcos Bedinelli <bedinelli@yahoo.ca>
* src/po/pt_BR.po: Update.

View File

@ -933,5 +933,4 @@ register_report(
author_name = "Douglas S. Blank",
author_email = "Doug.Blank@gmail.com",
description = _("Produces a graphical calendar"),
unsupported = True,
)