]> git.lyx.org Git - features.git/commitdiff
Revert "tex2lyx/text.cpp: fix a typo spotted by clang"
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 May 2013 23:54:17 +0000 (01:54 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 5 May 2013 23:54:17 +0000 (01:54 +0200)
This reverts commit 055b425b646e748e0c35f0eef89e03e6126a143d.

This requires much more work and i don't have time to do this now

src/tex2lyx/text.cpp

index 2873b45544cc72ed69c9989bebb88cd00041b363..2206e003705373857181791318a9a8d9c6ff7fa5 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";