summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-10-24 17:48:18 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-10-24 21:56:27 (GMT)
commitaf5c5b37c5464afb6a2df71edf6f9e82ece75187 (patch)
treea1aeaeaa1cff1c1d8f11c064f3006a48e82f134a /src/util.cpp
parent3a318681dc497127ebebd38a20a537c5dff74cc0 (diff)
downloadDoxygen-af5c5b37c5464afb6a2df71edf6f9e82ece75187.zip
Doxygen-af5c5b37c5464afb6a2df71edf6f9e82ece75187.tar.gz
Doxygen-af5c5b37c5464afb6a2df71edf6f9e82ece75187.tar.bz2
Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES
Diffstat (limited to 'src/util.cpp')
-rwxr-xr-xsrc/util.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 3ea10ee..8472f3a 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -6396,11 +6396,7 @@ PageDef *addRelatedPage(const char *name,const QCString &ptitle,
if (tagInfo)
{
pd->setReference(tagInfo->tagName);
- pd->setFileName(tagInfo->fileName,TRUE);
- }
- else
- {
- pd->setFileName(convertNameToFile(pd->name(),FALSE,TRUE),FALSE);
+ pd->setFileName(tagInfo->fileName);
}
//printf("Appending page `%s'\n",baseName.data());