summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-11-27 20:19:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-11-27 20:19:39 (GMT)
commitb57d9203028602a092e0e97898adcc638e823d93 (patch)
treee815ad2680cee3783ceb22ad2860cd4c029403c4 /src/htmlhelp.cpp
parent188f7573ef12588a405ee8eed8289dce1a6eed08 (diff)
downloadDoxygen-b57d9203028602a092e0e97898adcc638e823d93.zip
Doxygen-b57d9203028602a092e0e97898adcc638e823d93.tar.gz
Doxygen-b57d9203028602a092e0e97898adcc638e823d93.tar.bz2
Release-1.4.5-20051127
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index 4836663..825a4be 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -446,10 +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";
+ t << "tabs.css" << endl;
+ t << "tab_b.gif" << endl;
+ t << "tab_l.gif" << endl;
+ t << "tab_r.gif" << endl;
f.close();
}
else