diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-07-15 20:10:02 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-07-15 20:10:02 (GMT) |
commit | a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9 (patch) | |
tree | b9a5247ad8e1b7ecda53346aa9e29e3e10167e5b /src/translator_it.h | |
parent | 457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e (diff) | |
download | Doxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.zip Doxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.tar.gz Doxygen-a2bf2ebcf009a45c53748f0c7f9182c017c0bcd9.tar.bz2 |
Release-1.2.17
Diffstat (limited to 'src/translator_it.h')
-rw-r--r-- | src/translator_it.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/translator_it.h b/src/translator_it.h index 35f96d8..a24f381 100644 --- a/src/translator_it.h +++ b/src/translator_it.h @@ -19,7 +19,8 @@ * * Revision history * - * 2002/07: modified trRelatedPagesDescription() method + * 2002/07: translated new items used since version 1.2.16 + * 2002/06: modified trRelatedPagesDescription() method * correct typo in trInclByDepGraph() method * 2002/01: translated new items used since version 1.2.13 * updated e-mail address @@ -64,7 +65,7 @@ #ifndef TRANSLATOR_IT_H #define TRANSLATOR_IT_H -class TranslatorItalian : public TranslatorAdapter_1_2_16 +class TranslatorItalian : public Translator { public: @@ -1344,6 +1345,19 @@ class TranslatorItalian : public TranslatorAdapter_1_2_16 { return "Implementato in "+trWriteList(numEntries)+"."; } + +////////////////////////////////////////////////////////////////////////// +// new since 1.2.16 +////////////////////////////////////////////////////////////////////////// + + /*! used in RTF documentation as a heading for the Table + * of Contents. + */ + virtual QCString trRTFTableOfContents() + { + return "Sommario"; + } + }; #endif |