* src/ArgHandler.py: Fixed typo
svn: r4352
This commit is contained in:
parent
3724f79a1e
commit
bf17300ff6
@ -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.
|
||||||
|
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user