Fixed example file loading
svn: r1414
This commit is contained in:
parent
223be201c5
commit
868cafe2ce
@ -1553,7 +1553,7 @@ class Gramps:
|
|||||||
except OSError,msg:
|
except OSError,msg:
|
||||||
ErrorDialog(_('Example database not created'),str(msg))
|
ErrorDialog(_('Example database not created'),str(msg))
|
||||||
|
|
||||||
self.read_file(dir)
|
self.read_file(dest)
|
||||||
|
|
||||||
DARKEN = 1.4
|
DARKEN = 1.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user