The branch, master, has been updated.

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

commit 5d79cd531de9c2cae684501a148825cbc70a513f
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun Jun 24 15:37:51 2012 +0200

    tex2lyx/Preamble.cpp: fix a typo

diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp
index 03fbd92..5504c53 100644
--- a/src/tex2lyx/Preamble.cpp
+++ b/src/tex2lyx/Preamble.cpp
@@ -1023,7 +1023,7 @@ bool Preamble::writeLyXHeader(ostream & os, bool subdoc)
        if (!h_boxbgcolor.empty())
                os << "\\boxbgcolor " << h_boxbgcolor << '\n';
        os << "\\index " << h_index << '\n'
-          << "\\boxbgcolor " << h_boxbgcolor << '\n'
+          << "\\shortcut " << h_shortcut << '\n'
           << "\\color " << h_color << '\n'
           << "\\end_index\n";
        os << h_margins

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

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


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to