]> git.lyx.org Git - features.git/commitdiff
Turn an error message into a Debug::LOCALE warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2014 12:29:42 +0000 (14:29 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2014 14:41:26 +0000 (16:41 +0200)
src/support/Messages.cpp
status.21x

index ef6bb2d022ffc9328b706b6000478a393ecb5b21..fd5d22823dc9b1eec0df95abce29d226daf922d0 100644 (file)
@@ -250,7 +250,7 @@ bool Messages::readMoFile()
 
        string const code = realCode(lang_);
        if (code.empty()) {
-               LYXERR0("Cannot find translation for language " << lang_);
+               LYXERR(Debug::LOCALE, "Cannot find translation for language " << lang_);
                return false;
        }
 
index 7a6b79394d37125394db43ca234ca6ef377caaf4..87cac02523f4203aa3fe8c24613509b5ffed647d 100644 (file)
@@ -117,6 +117,9 @@ What's new
 - Fix a problem when PATH changes and python command is relative (bug 8950).
 
 - Reduce memory use with large documents.
+
+- Disable a console message when loading a document in a language for
+  which the UI is not translated.
  
 
 * DOCUMENTATION AND LOCALIZATION