]> git.lyx.org Git - lyx.git/blobdiff - src/Intl.cpp
Fix dialog handling of Insert Plain Text
[lyx.git] / src / Intl.cpp
index fe91d4e7e0fbf84f89f7d5838aca2e51533bcc13..3b8fa674dd8a052c0b4016425449305e0f0d8180 100644 (file)
 #include "debug.h"
 #include "LyXRC.h"
 
-
-namespace lyx {
+using std::endl;
 
 
-using std::endl;
+namespace lyx {
 
 
 Intl::Intl()
@@ -78,7 +77,7 @@ void Intl::keyMapSec()
 
 void Intl::initKeyMapper(bool on)
 {
-       LYXERR(Debug::INIT) << "Initializing key mappings..." << endl;
+       LYXERR(Debug::INIT, "Initializing key mappings...");
 
        if (trans.setPrimary(prim_lang) == -1)
                prim_lang.erase();