From e4d65bdf89d26b7a38a3441655962bc95aa21091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Wed, 2 Jun 2010 02:10:10 +0000 Subject: [PATCH] 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 --- src/insets/InsetBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index 913cdcdb54..7321dca1c0 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -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()