]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
Find: Renamend for_searchAdv to for_serach in src/OutputParams.h
[lyx.git] / src / insets / InsetBibtex.cpp
index 5f6b9676801088109b7bf9adedcdcafee9b8c826..4e02b628f3fcdf8084e783711fe5b52a5b3169f5 100644 (file)
@@ -983,7 +983,7 @@ int InsetBibtex::plaintext(odocstringstream & os,
        // We could output more information here, e.g., what databases are included
        // and information about options. But I don't necessarily see any reason to
        // do this right now.
-       if (op.for_tooltip || op.for_toc || op.for_searchAdv != OutputParams::NoSearch) {
+       if (op.for_tooltip || op.for_toc || op.for_search != OutputParams::NoSearch) {
                os << '[' << reflabel << ']' << '\n';
                return PLAINTEXT_NEWLINE;
        }