]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
BufferParams.cpp: make Lithuanian documents compilable, fixes http://bugzilla.lyx...
[lyx.git] / src / LyX.cpp
index 35ccf17923c97ff33f77d9334aea2165fd44ef0a..1c0609331c64129eab055dcbae0e82807f8cc628 100644 (file)
@@ -245,6 +245,7 @@ void setRcGuiLanguage()
        LYXERR(Debug::LOCALE, "Setting LC_ALL to en_US");
        if (!setEnv("LC_ALL", "en_US"))
                LYXERR(Debug::LOCALE, "\t... failed!");
+       Messages::init();
        singleton_->pimpl_->messages_["GUI"] = Messages();
 }