summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-10-26 21:03:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-10-26 21:03:52 (GMT)
commitd25d58214567928fe15016f49b3be819aca0703f (patch)
tree4c65fd4f0ce24f06f9b7a5067eb6c577fb1479a2 /src/index.cpp
parent2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf (diff)
downloadDoxygen-d25d58214567928fe15016f49b3be819aca0703f.zip
Doxygen-d25d58214567928fe15016f49b3be819aca0703f.tar.gz
Doxygen-d25d58214567928fe15016f49b3be819aca0703f.tar.bz2
Release-1.3.4-20031026
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 766bd80..831512b 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1011,11 +1011,11 @@ void writeFileIndex(OutputList &ol)
ol.endBold();
if (hasHtmlHelp)
{
- htmlHelp->addContentsItem(FALSE,fd->name(),0);
+ htmlHelp->addContentsItem(FALSE,fullName,0);
}
if (hasFtvHelp)
{
- ftvHelp->addContentsItem(FALSE,0,0,0,fd->name());
+ ftvHelp->addContentsItem(FALSE,0,0,0,fullName);
}
}
if (src)