From 9c5a8b32249badcb3401f7fa3e84450061522963 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 5 Mar 2012 01:51:19 +0000 Subject: [PATCH] tex2lyx/text.cpp: clarify a comment and add a question git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40857 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/text.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index d0956c36a8..65f4e3ce49 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -1397,9 +1397,8 @@ void parse_environment(Parser & p, ostream & os, bool outer, else if (name == "lstlisting") { eat_whitespace(p, os, parent_context, false); - // FIXME handle listings with parameters - // If this is added, don't forgot to handle the - // automatic color package loading + // FIXME handle the automatic color package loading + // uwestoehr asks: In what case color is loaded? parse_listings(p, os, parent_context); p.skip_spaces(); } -- 2.39.2