summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-08-04 20:55:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-08-04 20:55:47 (GMT)
commitfd9cdfaba64f942f4eb481ac9feb1564115f9f92 (patch)
tree8e54169bc0b7214246ec4c1dfe3f58228ef12928 /src/translator_pt.h
parent9c8ea2e90bb38ba21675799fe364fc7a546b020c (diff)
downloadDoxygen-fd9cdfaba64f942f4eb481ac9feb1564115f9f92.zip
Doxygen-fd9cdfaba64f942f4eb481ac9feb1564115f9f92.tar.gz
Doxygen-fd9cdfaba64f942f4eb481ac9feb1564115f9f92.tar.bz2
Release-1.2.17-20020804
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 02d6916..a3a3903 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -14,11 +14,13 @@
* input used in their production; they are not affected by this license.
*
* The translation into Portuguese was provided by
- * Rui Godinho Lopes <ruiglopes@yahoo.com>
+ * Rui Godinho Lopes <rui@ruilopes.com>
* http://www.ruilopes.com
*
* VERSION HISTORY
* ---------------
+ * 006 30 july 2002
+ * ! Updated for doxygen v1.2.17
* 005 10 july 2002
* ! Updated for doxygen v1.2.16
* 004 03 march 2002
@@ -36,7 +38,7 @@
#ifndef TRANSLATOR_PT_H
#define TRANSLATOR_PT_H
-class TranslatorPortuguese : public TranslatorAdapter_1_2_17
+class TranslatorPortuguese : public Translator
{
public:
@@ -1382,6 +1384,18 @@ class TranslatorPortuguese : public TranslatorAdapter_1_2_17
return "Índice";
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.2.17
+//////////////////////////////////////////////////////////////////////////
+
+ /*! Used as the header of the list of item that have been
+ * flagged deprecated
+ */
+ virtual QCString trDeprecatedList()
+ {
+ return "Lista de Deprecados";
+ }
+
};
#endif