diff --git a/ChangeLog b/ChangeLog index f70c0bfa0..bebdd32bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-04-12 Martin Hawlisch + * src/ArgHandler.py: Fixed typo + 2005-04-11 Richard Taylor * src/plugins/ScratchPad.py: hook up to 'database-changed' signal so that pad is cleared when a new database is opened. diff --git a/src/ArgHandler.py b/src/ArgHandler.py index 525091f26..aa7bec781 100644 --- a/src/ArgHandler.py +++ b/src/ArgHandler.py @@ -283,7 +283,7 @@ class ArgHandler: _("New GRAMPS database has to be set up " "when opening non-native formats. The " "following dialog will let you select " - "the new database.", + "the new database."), self.parent.topWindow) prompter = DbPrompter.NewNativeDbPrompter(self.parent) if not prompter.chooser():