summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-24 18:18:56 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-24 18:18:56 (GMT)
commit79a5fb85eb38d8a4388c9a281a09549e7bcb8b78 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /src/htmlhelp.cpp
parentb7ae07dc2e3b4b635cc59a49d326a88d45f9206b (diff)
downloadDoxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.zip
Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.tar.gz
Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.tar.bz2
Release-1.4.5-20051024
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index c8d7187..4836663 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -446,6 +446,10 @@ void HtmlHelp::createProjectFile()
t << s << endl;
s = indexFiles.next();
}
+ t << "tabs.css";
+ t << "tab_b.gif";
+ t << "tab_l.gif";
+ t << "tab_r.gif";
f.close();
}
else