mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add missing bit
This commit is contained in:
parent
7533e7a0a1
commit
e4b84371ac
@ -548,6 +548,8 @@ InsetQuotesParams::QuoteStyle InsetQuotes::getStyle(string const & s)
|
|||||||
qs = InsetQuotesParams::FrenchQuotes;
|
qs = InsetQuotesParams::FrenchQuotes;
|
||||||
else if (s == "frenchin")
|
else if (s == "frenchin")
|
||||||
qs = InsetQuotesParams::FrenchINQuotes;
|
qs = InsetQuotesParams::FrenchINQuotes;
|
||||||
|
else if (s == "russian")
|
||||||
|
qs = InsetQuotesParams::RussianQuotes;
|
||||||
else if (s == "dynamic")
|
else if (s == "dynamic")
|
||||||
qs = InsetQuotesParams::DynamicQuotes;
|
qs = InsetQuotesParams::DynamicQuotes;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user