From ef7eb110fd7085f26a6bed60d3d85a157cc25f58 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 14 May 2006 02:24:22 +0000 Subject: [PATCH] * src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name. svn: r6647 --- ChangeLog | 1 + src/plugins/CmdRef.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 113e46528..2b6fc66f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2006-05-13 Alex Roitman * 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 * src/plugins/RelCalc.py: provide default search value diff --git a/src/plugins/CmdRef.py b/src/plugins/CmdRef.py index e6e3e9409..afcf7f9b8 100644 --- a/src/plugins/CmdRef.py +++ b/src/plugins/CmdRef.py @@ -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