diff options
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r-- | src/translator_cz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h index d843e84..e3b0205 100644 --- a/src/translator_cz.h +++ b/src/translator_cz.h @@ -174,7 +174,7 @@ class TranslatorCzech : public Translator */ inline QCString decode(const QCString & sInput) { - if (Config_getBool("USE_WINDOWS_ENCONDING")) + if (Config_getBool("USE_WINDOWS_ENCODING")) { return sInput; } @@ -196,7 +196,7 @@ class TranslatorCzech : public Translator /*! return the language charset. This will be used for the HTML output */ virtual QCString idLanguageCharset() { - if (Config_getBool("USE_WINDOWS_ENCONDING")) + if (Config_getBool("USE_WINDOWS_ENCODING")) { return "windows-1250"; } |