* src/plugins/CmdRef.py (CmdRef.write_ref): Change the module name.
svn: r6647
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user