]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Do not use toobar menu as fallback context menu
[lyx.git] / src / BiblioInfo.cpp
index a9f48e44577ed28eea1a66389b0699ad0b7c63d2..07c0b67f9aa2712e6fcdab44c7e5efbc88439d8a 100644 (file)
@@ -503,8 +503,8 @@ docstring const BibTeXInfo::getAuthorOrEditorList(Buffer const * buf,
 }
 
 
-docstring const BibTeXInfo::getAuthorList(Buffer const * buf, 
-               docstring const & author, bool const full, bool const forceshort, 
+docstring const BibTeXInfo::getAuthorList(Buffer const * buf,
+               docstring const & author, bool const full, bool const forceshort,
                bool const allnames, bool const beginning) const
 {
        // Maxnames treshold depend on engine
@@ -760,7 +760,7 @@ docstring parseOptions(docstring const & format, string & optkey,
 
 /* FIXME
 Bug #9131 revealed an oddity in how we are generating citation information
-when more than one key is given. We end up building a longer and longer format 
+when more than one key is given. We end up building a longer and longer format
 string as we go, which we then have to re-parse, over and over and over again,
 rather than generating the information for the individual keys and then putting
 all of that together. We do that to deal with the way separators work, from what