Graphical output format can be selected, RelDataBase renamed to GrampsDB

svn: r788
This commit is contained in:
Don Allingham
2002-02-21 15:13:48 +00:00
parent 2381ee659b
commit 8285071eee
6 changed files with 111 additions and 25 deletions

View File

@@ -2029,7 +2029,7 @@ def main(arg):
msg = _("You are running GRAMPS as the 'root' user.\nThis account is not meant for normal application use.")
gnome.ui.GnomeWarningDialog(msg)
database = RelDataBase()
database = GrampsDB()
Plugins.load_plugins(const.docgenDir)
Plugins.load_plugins(os.path.expanduser("~/.gramps/docgen"))