diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-09-06 21:04:07 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-09-06 21:04:07 (GMT) |
commit | bc6161ea636d54342e82f1f96b8d534dbd99c78b (patch) | |
tree | 24f950391924810998cc59aeb041099c7871e49c /src/translator_hu.h | |
parent | 4b77f4fc83a7954a741c1b35ec50e918a2786559 (diff) | |
download | Doxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.zip Doxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.tar.gz Doxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.tar.bz2 |
Release-1.3.8-20040906
Diffstat (limited to 'src/translator_hu.h')
-rw-r--r-- | src/translator_hu.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/translator_hu.h b/src/translator_hu.h index 215798b..77c5b33 100644 --- a/src/translator_hu.h +++ b/src/translator_hu.h @@ -29,10 +29,7 @@ #ifndef TRANSLATOR_HU_H #define TRANSLATOR_HU_H -#include "translator.h" -#include "../qtools/qdatetime.h" - -class TranslatorHungarian : public TranslatorAdapter_1_3_8 +class TranslatorHungarian : public TranslatorAdapter_1_3_9 { private: const char * zed(char c) @@ -1518,6 +1515,17 @@ class TranslatorHungarian : public TranslatorAdapter_1_3_8 return "Találatok:"; } +////////////////////////////////////////////////////////////////////////// +// 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 + " Forrásfájl"; + } + }; #endif |