summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-06-14 18:17:33 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-06-14 18:17:33 (GMT)
commit077aeb768767e62407abb4759d44671619bc62fd (patch)
tree88bdc69e1aa9f4667c1108cc9da6c3c1f653eb07 /src/rtfgen.cpp
parent021dfd44f2dbeeaac1b9aff95ddc2a3eae173eb4 (diff)
downloadDoxygen-077aeb768767e62407abb4759d44671619bc62fd.zip
Doxygen-077aeb768767e62407abb4759d44671619bc62fd.tar.gz
Doxygen-077aeb768767e62407abb4759d44671619bc62fd.tar.bz2
BugĀ 149792 - Mainpage title has wrong style in RTF
Translate the word Version as well.
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index da0dc01..204522d 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -605,7 +605,7 @@ void RTFGenerator::endIndexSection(IndexSections is)
t << rtf_Style_Reset << rtf_Style["SubTitle"]->reference << endl; // set to subtitle style
t << "{\\field\\fldedit {\\*\\fldinst AUTHOR \\\\*MERGEFORMAT}{\\fldrslt AUTHOR}}\\par" << endl;
- t << "Version " << Config_getString("PROJECT_NUMBER") << "\\par";
+ t << theTranslator->trVersion() << " " << Config_getString("PROJECT_NUMBER") << "\\par";
t << "{\\field\\fldedit {\\*\\fldinst CREATEDATE \\\\*MERGEFORMAT}"
"{\\fldrslt "<< dateToString(FALSE) << " }}\\par"<<endl;
t << "\\page\\page";