diff options
Diffstat (limited to 'src/translator_sr.h')
-rw-r--r-- | src/translator_sr.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/translator_sr.h b/src/translator_sr.h index dab7d15..8822774 100644 --- a/src/translator_sr.h +++ b/src/translator_sr.h @@ -1414,7 +1414,23 @@ private: { return decode( "Spisak zastarelih funkcija članica" ); } +////////////////////////////////////////////////////////////////////////// +// new since 1.2.18 +////////////////////////////////////////////////////////////////////////// + /*! Used as a header for declaration section of the events found in + * a C# program + */ + virtual QCString trEvents() + { + return "Događaji"; + } + /*! Header used for the documentation section of a class' events. */ + virtual QCString trEventDocumentation() + { + return "Dokumentacija događaja"; + } + }; #endif |