src/plugins/GraphViz.py: Fix 0000817: typo "syle" intead of "style"
svn: r7890
This commit is contained in:
parent
5000d97921
commit
72a4cf6370
@ -1,3 +1,6 @@
|
|||||||
|
2007-01-09 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/GraphViz.py: Fix 0000817: typo "syle" intead of "style"
|
||||||
|
|
||||||
2007-01-09 Alex Roitman <shura@gramps-project.org>
|
2007-01-09 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/const.py.in: use proper macros.
|
* src/const.py.in: use proper macros.
|
||||||
* src/gramps.py: Correctly define dirs.
|
* src/gramps.py: Correctly define dirs.
|
||||||
|
@ -295,7 +295,7 @@ size="%3.2f,%3.2f";
|
|||||||
rotate=%d;
|
rotate=%d;
|
||||||
/* default node and edge attributes */
|
/* default node and edge attributes */
|
||||||
nodesep=0.25;
|
nodesep=0.25;
|
||||||
edge [syle=solid, arrowhead=%s arrowtail=%s];
|
edge [style=solid, arrowhead=%s arrowtail=%s];
|
||||||
""" % (
|
""" % (
|
||||||
self.ratio,
|
self.ratio,
|
||||||
self.rankdir,
|
self.rankdir,
|
||||||
|
Loading…
Reference in New Issue
Block a user