]> git.lyx.org Git - features.git/blobdiff - src/texoptions.C
a couple of name changes and new functionality in lyxvc and vc-backend
[features.git] / src / texoptions.C
index 82bfb97f83409ffe1d8b44469eb58af96f99ca07..8b9acc687c692fc70c2492b931946c8a52046487 100644 (file)
@@ -31,9 +31,9 @@ void LaTeXOptionsOK(FL_OBJECT *ob, long data)
 void LaTeXOptionsApply(FL_OBJECT *, long)
 {
        if (fl_get_button(fd_latex_options->accents))
-               current_view->currentBuffer()->params.allowAccents = true;
+               current_view->buffer()->params.allowAccents = true;
        else
-               current_view->currentBuffer()->params.allowAccents = false;
+               current_view->buffer()->params.allowAccents = false;
 }
 
 void LaTeXOptionsCancel(FL_OBJECT *, long)