Commit 0e981275 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add a name to the graph

parent 981b108b
......@@ -67,7 +67,7 @@ class DotPrinter(Printer):
node_name = lambda t: '_' + str(self.todolist.number(t))
result = 'digraph {\n'
result = 'digraph topydo {\n'
result += 'node [ shape=plaintext ]\n';
# print todos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment