diff options
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r-- | src/htmlhelp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index 731ef2d..a488db2 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -496,6 +496,7 @@ void HtmlHelp::createProjectFile() t << "tab_h.png" << endl; t << "tab_s.png" << endl; t << "nav_h.png" << endl; + t << "nav_f.png" << endl; if (Config_getBool("HTML_DYNAMIC_SECTIONS")) { t << "open.gif" << endl; |