add missing bit

This commit is contained in:
Juergen Spitzmueller 2016-12-26 10:47:28 +01:00
parent 7533e7a0a1
commit e4b84371ac

View File

@ -548,6 +548,8 @@ InsetQuotesParams::QuoteStyle InsetQuotes::getStyle(string const & s)
qs = InsetQuotesParams::FrenchQuotes;
else if (s == "frenchin")
qs = InsetQuotesParams::FrenchINQuotes;
else if (s == "russian")
qs = InsetQuotesParams::RussianQuotes;
else if (s == "dynamic")
qs = InsetQuotesParams::DynamicQuotes;