Fix fa0f142e (plain quotes fix).

Forgot the "break", sorry.
This commit is contained in:
Günter Milde 2017-05-11 21:41:12 +02:00
parent fa0f142eee
commit ff6369d35e

View File

@ -375,6 +375,7 @@ docstring InsetQuotesParams::getLaTeXQuote(char_type c, string const & op) const
}
case 0x0027: {// ' (plain)
res = "\\textquotesingle";
break;
}
case 0x201e: {// ,,
if (op == "t1")
@ -419,6 +420,7 @@ docstring InsetQuotesParams::getLaTeXQuote(char_type c, string const & op) const
}
case 0x0022: {// "
res = "\\textquotedbl";
break;
}
// The following are fakes
// This is just to get something symbolic