Minor typo
svn: r1478
This commit is contained in:
parent
17eced69ef
commit
bc4128ba77
@ -453,7 +453,7 @@ def register_tool(task, name,
|
|||||||
del_index = i
|
del_index = i
|
||||||
if del_index != -1:
|
if del_index != -1:
|
||||||
del _tools[del_index]
|
del _tools[del_index]
|
||||||
_tools.append((task, category, name, description, xpm, status, author_name, author_name))
|
_tools.append((task, category, name, description, xpm, status, author_name, author_email))
|
||||||
|
|
||||||
|
|
||||||
def register_text_doc(name,classref, table, paper, style, ext):
|
def register_text_doc(name,classref, table, paper, style, ext):
|
||||||
|
Loading…
Reference in New Issue
Block a user