From 66799e41fd5bf50b9805826d54fc1c7696f94962 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 3 Jun 2008 00:05:03 +0000 Subject: [PATCH] Another typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25087 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index d2a9ac6196..1c1dde188f 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -1817,8 +1817,8 @@ def convert_subfig(document): del document.body[k] addedLines = -2 subst = ['\\begin_inset Float figure', 'wide false', 'sideways false', - 'status open', '', '\\begin_layout Plain Layout', '\\begin_inset', - 'Caption', '', '\\begin_layout Plain Layout', + 'status open', '', '\\begin_layout Plain Layout', '\\begin_inset Caption', + '', '\\begin_layout Plain Layout', caption, '\\end_layout', '', '\\end_inset', '', '\\end_layout', '', '\\begin_layout Plain Layout', savestr] document.body[i : i+1] = subst -- 2.39.2