diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-01-22 17:56:24 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-01-22 17:56:24 (GMT) |
commit | 0df9adf5f52c9d36bb430da927684c4353b00396 (patch) | |
tree | d15a4da33ccd88d9f7ebd50a6090a12c90ccbae4 /src/translator_ru.h | |
parent | a66e1ada3c7467e267ff39262178fa4577f0b6ab (diff) | |
download | Doxygen-0df9adf5f52c9d36bb430da927684c4353b00396.zip Doxygen-0df9adf5f52c9d36bb430da927684c4353b00396.tar.gz Doxygen-0df9adf5f52c9d36bb430da927684c4353b00396.tar.bz2 |
Doxygen-1.2.13-20020122
Diffstat (limited to 'src/translator_ru.h')
-rw-r--r-- | src/translator_ru.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/translator_ru.h b/src/translator_ru.h index 524a395..49c24dc 100644 --- a/src/translator_ru.h +++ b/src/translator_ru.h @@ -50,7 +50,7 @@ #ifndef TRANSLATOR_RU_H #define TRANSLATOR_RU_H -class TranslatorRussian : public Translator +class TranslatorRussian : public TranslatorAdapter_1_2_13 { private: /*! The Decode() inline assumes the source written in the @@ -1358,15 +1358,6 @@ class TranslatorRussian : public Translator return decode(result); } - /*! This text is generated when the \\requirements command is used - */ - virtual QCString trRequirements(bool first_capital, bool singular) - { - QCString result((first_capital ? "Требовани" : "требовани")); - if (!singular) result+="я"; else result+="е"; - return decode(result); - } - ////////////////////////////////////////////////////////////////////////// // new since 1.2.11 ////////////////////////////////////////////////////////////////////////// |