diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-19 20:02:00 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-19 20:02:00 (GMT) |
commit | e6a16d09de26a40fd7730ba44a740b713b157191 (patch) | |
tree | 7c0bc962cb1a9002dc9a21006dd8be4f49cd9c7c /src/ftvhelp.cpp | |
parent | a139a43323607b05f0f749d3c7d8734bb7a47768 (diff) | |
download | Doxygen-e6a16d09de26a40fd7730ba44a740b713b157191.zip Doxygen-e6a16d09de26a40fd7730ba44a740b713b157191.tar.gz Doxygen-e6a16d09de26a40fd7730ba44a740b713b157191.tar.bz2 |
Release-1.3.4-20031019
Diffstat (limited to 'src/ftvhelp.cpp')
-rw-r--r-- | src/ftvhelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index 941808d..939cbba 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -749,7 +749,7 @@ void FTVHelp::generateTreeView() t << " </script>\n"; t << " </head>\n"; t << "\n"; - t << " <body bgcolor=\"#ffffff\">\n"; + t << " <body>\n"; t << " <div class=\"directory\">\n"; t << " <h3>"; QCString &projName = Config_getString("PROJECT_NAME"); |