* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.

svn: r6647
This commit is contained in:
Alex Roitman 2006-05-14 02:24:22 +00:00
parent ff24becb7a
commit ca1a316f66
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2006-05-13 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (show_url): Set up link handler.
* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.
2006-05-13 Don Allingham <don@gramps-project.org>
* src/plugins/RelCalc.py: provide default search value

View File

@ -168,8 +168,8 @@ class CmdRef(Tool.Tool):
import WebPage
oclass = WebPage.WebReportOptions(item[0])
elif item[0] == "navwebpage":
import NavWebPage
oclass = NavWebPage.WebReportOptions(item[0])
import NarrativeWeb
oclass = NarrativeWeb.WebReportOptions(item[0])
elif category == True:
# This is the common options case
# so class is already instantiated