InsetBox.cpp: fix encoding of a comment character

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34587 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-06-02 02:10:10 +00:00
parent 3c4006cb57
commit e4d65bdf89

View File

@ -304,7 +304,7 @@ int InsetBox::latex(odocstream & os, OutputParams const & runparams) const
case Boxed:
os << "\\framebox";
if (!params_.inner_box) {
// Special widths, see usrguide §3.5
// Special widths, see usrguide §3.5
// FIXME UNICODE
if (params_.special != "none") {
os << "[" << params_.width.value()