summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index bf7bbe3..3dc27df 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -1544,6 +1544,17 @@ class TranslatorEnglish : public Translator
return "Matches:";
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.3.8
+//////////////////////////////////////////////////////////////////////////
+
+ /*! This is used in HTML as the title of page with source code for file filename
+ */
+ virtual QCString trSourceFile(QCString& filename)
+ {
+ return filename + " Source File";
+ }
+
};
#endif