diff options
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r-- | src/configoptions.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp index 6c6be0c..9ae97af 100644 --- a/src/configoptions.cpp +++ b/src/configoptions.cpp @@ -1278,9 +1278,7 @@ void addConfigOptions(Config *cfg) "HTML_DYNAMIC_SECTIONS", "If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML\n" "documentation will contain sections that can be hidden and shown after the\n" - "page has loaded. For this to work a browser that supports\n" - "JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox\n" - "Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).", + "page has loaded.", FALSE ); cb->addDependency("GENERATE_HTML"); |