]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
dynamic context menu for InsetCitation.
[lyx.git] / src / PDFOptions.cpp
index 43fd6f78fdbe14abfd32b2fdf787f64c0d12a462..644f26e738bcfe49523dfd5991c8ece4d0b6c559 100644 (file)
@@ -212,7 +212,7 @@ string PDFOptions::readToken(Lexer &lex, string const & token)
 // check the string from UI
 string PDFOptions::quoted_options_check(string const str) const
 {
-       return subst(str,"\n","");
+       return subst(str, "\n", "");
 }