diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-26 21:10:54 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-26 21:10:54 (GMT) |
commit | 5d7d90c39506fb7a19514dc4abd540018deeaaf6 (patch) | |
tree | 76af52671423a9b083a05f78c82f3435635ab400 /src/config.l | |
parent | afb84237b8c3024f2f35346ba3ee4532e1a8b507 (diff) | |
download | Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.zip Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.tar.gz Doxygen-5d7d90c39506fb7a19514dc4abd540018deeaaf6.tar.bz2 |
Release-1.3-rc2-20030126
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 7 |
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"); |