summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index a67cf5c..380ae94 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -6316,11 +6316,11 @@ PageDef *addRelatedPage(const char *name,const QCString &ptitle,
if (tagInfo)
{
pd->setReference(tagInfo->tagName);
- pd->setFileName(tagInfo->fileName);
+ pd->setFileName(tagInfo->fileName,TRUE);
}
else
{
- pd->setFileName(convertNameToFile(pd->name(),FALSE,TRUE));
+ pd->setFileName(convertNameToFile(pd->name(),FALSE,TRUE),FALSE);
}
//printf("Appending page `%s'\n",baseName.data());