]> git.lyx.org Git - lyx.git/commitdiff
add missing bit
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2016 09:47:28 +0000 (10:47 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 26 Dec 2016 09:47:28 +0000 (10:47 +0100)
src/insets/InsetQuotes.cpp

index 7b55b40a4949b091b5876427c324aef9f128561c..06df7690655c6355564815601e0f657462d670c5 100644 (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;