generate DEFAULT_DIR for databases from const.home_dir
svn: r8400
This commit is contained in:
@@ -64,7 +64,7 @@ import QuestionDialog
|
||||
# constants
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
DEFAULT_DIR = os.path.expanduser("~/.gramps/grampsdb")
|
||||
DEFAULT_DIR = os.path.join(const.home_dir,"grampsdb")
|
||||
DEFAULT_TITLE = _("Family Tree")
|
||||
NAME_FILE = "name.txt"
|
||||
META_NAME = "meta_data.db"
|
||||
|
||||
Reference in New Issue
Block a user