From: Richard Heck Date: Mon, 7 Jul 2008 18:17:16 +0000 (+0000) Subject: Fix lstparams reversion. X-Git-Tag: 1.6.10~4190 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=28fcaad580875b81c300d4ac1c35c107a110cd47;p=features.git Fix lstparams reversion. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25486 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 7e685475b7..6e39e60cf8 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -1198,7 +1198,7 @@ def revert_include(document): r0 = re.compile('preview.*') r1 = re.compile('LatexCommand (.+)') r2 = re.compile('filename (.+)') - r3 = re.compile('options (.*)') + r3 = re.compile('lstparams "(.*)"') while True: i = find_token(document.body, "\\begin_inset CommandInset include", i) if i == -1: