The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 1b32a0502e9206813b6b41365848673d8ac70b03
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Mon May 6 01:54:17 2013 +0200

    Revert "tex2lyx/text.cpp: fix a typo spotted by clang"
    
    This reverts commit 055b425b646e748e0c35f0eef89e03e6126a143d.
    
    This requires much more work and i don't have time to do this now

diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 2873b45..2206e00 100644
--- a/src/tex2lyx/text.cpp
+++ b/src/tex2lyx/text.cpp
@@ -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";

-----------------------------------------------------------------------

Summary of changes:
 src/tex2lyx/text.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to