tex2lyx/Preamble.cpp: fix a typo

This commit is contained in:
Uwe Stöhr 2012-06-24 15:37:51 +02:00
parent e1b181ddd4
commit 5d79cd531d

View File

@ -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