Commit b6cc7575 authored by Petr Prikryl's avatar Petr Prikryl

TranslatorDecoder removed for Slovene.

parent 92928c58
...@@ -297,7 +297,7 @@ bool setTranslator(const char *langName) ...@@ -297,7 +297,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_SI #ifdef LANG_SI
else if (L_EQUAL("slovene")) else if (L_EQUAL("slovene"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorSlovene); theTranslator=new TranslatorSlovene;
} }
#endif #endif
#ifdef LANG_CN #ifdef LANG_CN
......
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