summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
commit32557464b53467b2819e3fb820a7bbc459eb3e30 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /src/htmlhelp.cpp
parentc9ed38abcef60f4ecb9fc08a1ddd936762d5342c (diff)
downloadDoxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.zip
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.gz
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.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