diff options
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r-- | src/htmlhelp.cpp | 4 |
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 |