Change the default directory for the narrative web report so people don't generate the report in their database directory.
svn: r8449
This commit is contained in:
parent
fd13fc6636
commit
024c7d187b
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-08 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/NarrativeWeb.py: Change the default directory so people don't
|
||||||
|
generate the report in their database directory.
|
||||||
|
|
||||||
2007-05-06 Brian Matherly <brian@gramps-project.org>
|
2007-05-06 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/data/main5.css: Fix generation chart alignment for Narrative Web.
|
* src/data/main5.css: Fix generation chart alignment for Narrative Web.
|
||||||
|
|
||||||
|
@ -2444,7 +2444,7 @@ class WebReportOptions(ReportOptions):
|
|||||||
'NWEBarchive' : 0,
|
'NWEBarchive' : 0,
|
||||||
'NWEBgraph' : 1,
|
'NWEBgraph' : 1,
|
||||||
'NWEBgraphgens' : 4,
|
'NWEBgraphgens' : 4,
|
||||||
'NWEBod' : './',
|
'NWEBod' : os.path.join(const.user_home,"NWEB"),
|
||||||
'NWEBcopyright' : 0,
|
'NWEBcopyright' : 0,
|
||||||
'NWEBrestrictinfo' : 0,
|
'NWEBrestrictinfo' : 0,
|
||||||
'NWEBrestrictyears' : 30,
|
'NWEBrestrictyears' : 30,
|
||||||
|
Loading…
Reference in New Issue
Block a user