summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-01-26 21:10:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-01-26 21:10:54 (GMT)
commitdaa0336ab06f76a07f59499cbc47fd919073749d (patch)
tree76af52671423a9b083a05f78c82f3435635ab400 /src/config.l
parent92792d3adc9011f35467341eb535ed3580ddb901 (diff)
downloadDoxygen-daa0336ab06f76a07f59499cbc47fd919073749d.zip
Doxygen-daa0336ab06f76a07f59499cbc47fd919073749d.tar.gz
Doxygen-daa0336ab06f76a07f59499cbc47fd919073749d.tar.bz2
Release-1.3-rc2-20030126
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/config.l b/src/config.l
index 8b63659..fcc2f5b 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1966,10 +1966,9 @@ void Config::create()
"If the GENERATE_TREEVIEW tag is set to YES, a side panel will be\n"
"generated containing a tree-like index structure (just like the one that \n"
"is generated for HTML Help). For this to work a browser that supports \n"
- "JavaScript and frames is required (for instance Mozilla, Netscape 4.0+, \n"
- "or Internet explorer 4.0+). Note that for large projects the tree generation \n"
- "can take a very long time. In such cases it is better to disable this feature. \n"
- "Windows users are probably better off using the HTML help feature. \n",
+ "JavaScript, DHTML, CSS and frames is required (for instance Mozilla, \n"
+ "Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are \n"
+ "probably better off using the HTML help feature. \n",
FALSE
);
cb->addDependency("GENERATE_HTML");