Make a link the instance in the widget overview.

This commit is contained in:
Mark de Wever 2009-03-08 10:24:54 +00:00
parent 577976fbf5
commit 16693906e5

View file

@ -202,7 +202,10 @@ if __name__ == "__main__":
result += "| " + re.sub(r'_', ' ', res[i][0])
result += " ([[GUIWidgetDefinitionWML#"
result += res[i][0]
result += "|definition]])\n"
result += "|definition]]"
result += ", [[GUIWidgetInstanceWML#"
result += res[i][0]
result += "|instantiation]])\n"
result += "| " + format(res[i][1]) + "\n"
result += "|}"