summaryrefslogtreecommitdiffstats
path: root/src/dotnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnode.cpp')
-rw-r--r--src/dotnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnode.cpp b/src/dotnode.cpp
index 84ba130..7d71168 100644
--- a/src/dotnode.cpp
+++ b/src/dotnode.cpp
@@ -187,7 +187,7 @@ QCString DotNode::convertLabel(const QCString &l)
int len=p.length();
int charsLeft=len;
int sinceLast=0;
- int foldLen=117; // ideal text length
+ int foldLen = Config_getInt(DOT_MAX_FOLD); // ideal text length
while (idx < p.length())
{
c = p[idx++];