From 840569cea72a794ed9582ce3a117c1cad6be400d Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 27 Dec 2005 14:56:22 +0000 Subject: [PATCH] * src/dates/Date_nl.py: fix index for "merz" svn: r5635 --- gramps2/ChangeLog | 3 +++ gramps2/doc/gramps-manual/C/getstart.xml | 3 +-- gramps2/src/dates/Date_nl.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 4c60b9e8c..aa58d2661 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-12-07 Benny Malengier + * src/dates/Date_nl.py: fix index for "merz" + 2005-12-22 Alex Roitman * src/GrampsBSDDB.py (GrampsBSDDBCursor): add delete method; (GrampsBSDDBDupCursor): Add class to handle duplicates. diff --git a/gramps2/doc/gramps-manual/C/getstart.xml b/gramps2/doc/gramps-manual/C/getstart.xml index a64d7c59f..eae3e09b0 100644 --- a/gramps2/doc/gramps-manual/C/getstart.xml +++ b/gramps2/doc/gramps-manual/C/getstart.xml @@ -116,8 +116,7 @@ - + Shows Researcher Information Window. diff --git a/gramps2/src/dates/Date_nl.py b/gramps2/src/dates/Date_nl.py index bd8b7f267..6a94db37f 100644 --- a/gramps2/src/dates/Date_nl.py +++ b/gramps2/src/dates/Date_nl.py @@ -63,7 +63,7 @@ class DateParserNL(DateParser): month_to_int[u"januaris"] = 1 month_to_int[u"feber"] = 2 month_to_int[u"februaris"] = 2 - month_to_int[u"merz"] = 2 + month_to_int[u"merz"] = 3 month_to_int[u"aprilis"] = 4 month_to_int[u"maius"] = 5 month_to_int[u"junius"] = 6