* src/ArgHandler.py: Fixed typo
svn: r4352
This commit is contained in:
parent
4ac4e36230
commit
e34124272e
@ -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>
|
||||
* src/plugins/ScratchPad.py: hook up to 'database-changed' signal
|
||||
so that pad is cleared when a new database is opened.
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user