summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-11-27 20:19:39 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-11-27 20:19:39 (GMT)
commit0c144247f916672cec65a06bd3cd79a3a38a203e (patch)
treee815ad2680cee3783ceb22ad2860cd4c029403c4 /src/htmlhelp.cpp
parentc0b0e4b86db9d2bd699ce2bcd0bca479167a76a6 (diff)
downloadDoxygen-0c144247f916672cec65a06bd3cd79a3a38a203e.zip
Doxygen-0c144247f916672cec65a06bd3cd79a3a38a203e.tar.gz
Doxygen-0c144247f916672cec65a06bd3cd79a3a38a203e.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