summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-04-22 10:06:16 (GMT)
committerGitHub <noreply@github.com>2018-04-22 10:06:16 (GMT)
commit5adf9a5ce887ab06cb39c121cb846652e6523c68 (patch)
tree71793236bc774d186f1d6a3cb8327602cc27a0ad
parent36fd9c7980000d604e374b9aeab278b7326700ba (diff)
parent84c791d75dd1e9026cbbc1a338316656b0c03896 (diff)
downloadDoxygen-5adf9a5ce887ab06cb39c121cb846652e6523c68.zip
Doxygen-5adf9a5ce887ab06cb39c121cb846652e6523c68.tar.gz
Doxygen-5adf9a5ce887ab06cb39c121cb846652e6523c68.tar.bz2
Merge pull request #700 from albert-github/feature/bug_latext_index
Consistency of Index name in LaTeX output
-rw-r--r--src/latexgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 1511dcb..9b07fe6 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -748,7 +748,7 @@ static void writeDefaultFooter(FTextStream &t)
t << "\\newpage\n"
"\\phantomsection\n"
"\\clearemptydoublepage\n"
- "\\addcontentsline{toc}{" << unit << "}{" << theTranslator->trRTFGeneralIndex() << "}\n"
+ "\\addcontentsline{toc}{" << unit << "}{\\indexname}\n"
"\\printindex\n"
"\n"
"\\end{document}\n";