]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Fix typo.
[lyx.git] / src / LyX.cpp
index e2e5b0c925a9ab378eafcebc947449a845c0a93a..0c8234d9618e177f01abe99879e453fa15183fe7 100644 (file)
@@ -750,7 +750,7 @@ bool LyX::init()
        if (!LyXSetStyle())
                return false;
        //...and the modules
-       moduleList.read();
+       theModuleList.read();
 
        // read keymap and ui files in batch mode as well
        // because InsetInfo needs to know these to produce
@@ -765,8 +765,6 @@ bool LyX::init()
        // load user bind file user.bind
        pimpl_->toplevel_keymap_.read("user", 0, KeyMap::MissingOK);
 
-       pimpl_->lyxfunc_.initKeySequences(&pimpl_->toplevel_keymap_);
-
        if (lyxerr.debugging(Debug::LYXRC))
                lyxrc.print();