Commit 4652dbc4 authored by Petr Prikryl's avatar Petr Prikryl

TranslatorDecoder removed for Romanian.

The TranslatorRomanian was already converted to UTF-8 earlier, but
the TranslatorDecoder was still used in the language.cpp.
parent d0d3ad89
...@@ -291,7 +291,7 @@ bool setTranslator(const char *langName) ...@@ -291,7 +291,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_RO #ifdef LANG_RO
else if (L_EQUAL("romanian")) else if (L_EQUAL("romanian"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorRomanian); theTranslator=new TranslatorRomanian;
} }
#endif #endif
#ifdef LANG_SI #ifdef LANG_SI
......
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