From 52538d27fb9b7f007f6b6f2b8bb836cf2ef917cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 13 Feb 2010 13:41:32 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33464 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetNomencl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetNomencl.cpp b/src/insets/InsetNomencl.cpp index 25df98842c..8db4d2d6a4 100644 --- a/src/insets/InsetNomencl.cpp +++ b/src/insets/InsetNomencl.cpp @@ -271,7 +271,8 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams) // return the widest (or an empty) string if (symb.empty()) return symb; - + + // we have to encode the string properly docstring latex_symb; for (size_t n = 0; n < symb.size(); ++n) { try { -- 2.39.2