]> git.lyx.org Git - features.git/blobdiff - src/trans_mgr.C
a couple of name changes and new functionality in lyxvc and vc-backend
[features.git] / src / trans_mgr.C
index b11eb6107a1e57fd5b27032393bb077c92e02921..d667f6e89d6ad9c28d81df78124d9fc554a9ec77 100644 (file)
@@ -97,7 +97,7 @@ string TransDeadkeyState::normalkey(char c,char *trans)
     }
     if (l==0) {
        // Not an exception. Check if it allowed
-       if (current_view->currentBuffer()->params.allowAccents==true ||
+       if (current_view->buffer()->params.allowAccents==true ||
            countChar(deadkey_info_.allowed, c) > 0) {
            res=DoAccent(c,deadkey_info_.accent);
        } else {