* src/Report.py: Switch to using short format names. Fix templates.
* src/Plugins.py: Switch to using short format names. * src/PluginMgr.py: Switch to using short format names. * src/ReportOptions.py: Switch to using short format names. svn: r3905
This commit is contained in:
@ -283,7 +283,7 @@ def register_book_doc(name,classref, table, paper, style, ext, clname=''):
|
||||
return
|
||||
if not clname:
|
||||
clname = ext[1:]
|
||||
bookdoc_list.append((name,classref,table,paper,style,ext,clname))
|
||||
bookdoc_list.append((name,classref,table,paper,style,ext,None,clname))
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user