* src/ArgHandler.py: Fixed typo

svn: r4352
This commit is contained in:
Martin Hawlisch 2005-04-12 13:11:23 +00:00
parent 4ac4e36230
commit e34124272e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-04-12 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/ArgHandler.py: Fixed typo
2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk> 2005-04-11 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/plugins/ScratchPad.py: hook up to 'database-changed' signal * src/plugins/ScratchPad.py: hook up to 'database-changed' signal
so that pad is cleared when a new database is opened. so that pad is cleared when a new database is opened.

View File

@ -283,7 +283,7 @@ class ArgHandler:
_("New GRAMPS database has to be set up " _("New GRAMPS database has to be set up "
"when opening non-native formats. The " "when opening non-native formats. The "
"following dialog will let you select " "following dialog will let you select "
"the new database.", "the new database."),
self.parent.topWindow) self.parent.topWindow)
prompter = DbPrompter.NewNativeDbPrompter(self.parent) prompter = DbPrompter.NewNativeDbPrompter(self.parent)
if not prompter.chooser(): if not prompter.chooser():