]> git.lyx.org Git - features.git/commitdiff
Forgot this.
authorRichard Heck <rgheck@comcast.net>
Fri, 17 Jul 2009 13:56:19 +0000 (13:56 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 17 Jul 2009 13:56:19 +0000 (13:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30642 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyX.cpp

index 10cf61a0bb9049b5d0ee2140e09d066f96a2e500..8acdb53a788f758525931854deab862bad7c7141 100644 (file)
@@ -764,7 +764,7 @@ bool LyX::init()
        pimpl_->toplevel_keymap_.read("site");
        pimpl_->toplevel_keymap_.read(lyxrc.bind_file);
        // load user bind file user.bind
-       pimpl_->toplevel_keymap_.read("user");
+       pimpl_->toplevel_keymap_.read("user", 0, KeyMap::MissingOK);
 
        pimpl_->lyxfunc_.initKeySequences(&pimpl_->toplevel_keymap_);