Commit 8f5f0250 authored by Petr Prikryl's avatar Petr Prikryl

TranslatorDecoder removed for Russian.

The TranslatorRussian already uses UTF-8; anyway, TranslatorDecoder
was still used in the language.cpp.
parent c90db986
...@@ -249,7 +249,7 @@ bool setTranslator(const char *langName) ...@@ -249,7 +249,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_RU #ifdef LANG_RU
else if (L_EQUAL("russian")) else if (L_EQUAL("russian"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorRussian); theTranslator=new TranslatorRussian;
} }
#endif #endif
#ifdef LANG_HR #ifdef LANG_HR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment