diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
commit | e3baf8c5ec430e5f09f00384ebdfa35242fd3316 (patch) | |
tree | d1720b58a91abcbfb70196c277ad3b7a11da8263 /src/translator_hr.h | |
parent | 1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98 (diff) | |
download | Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.zip Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.gz Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.bz2 |
Release-1.1.5
Diffstat (limited to 'src/translator_hr.h')
-rw-r--r-- | src/translator_hr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/translator_hr.h b/src/translator_hr.h index 66ce398..40e5733 100644 --- a/src/translator_hr.h +++ b/src/translator_hr.h @@ -23,6 +23,8 @@ class TranslatorCroatian : public Translator { public: + QCString idLanguage() + { return "croatian"; } QCString latexBabelPackage() { return "croatian"; } QCString trRelatedFunctions() |