]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: fix a typo spotted by clang
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 May 2013 23:35:38 +0000 (01:35 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 May 2013 23:35:38 +0000 (01:35 +0200)
src/tex2lyx/text.cpp

index 2206e003705373857181791318a9a8d9c6ff7fa5..2873b45544cc72ed69c9989bebb88cd00041b363 100644 (file)
@@ -935,7 +935,7 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
                width_unit = "in";
                width_special = "width";
        } else if (latex_width.empty() && outer_type == "framebox") {
-               outer_type == "fbox";
+               outer_type = "fbox";
                width_value = "-999";
                width_unit = "col%";
                width_special = "none";