]> git.lyx.org Git - lyx.git/commitdiff
Another typo.
authorRichard Heck <rgheck@comcast.net>
Tue, 3 Jun 2008 00:05:03 +0000 (00:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 3 Jun 2008 00:05:03 +0000 (00:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25087 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index d2a9ac6196eee973b9403778fc46ec402567c3e5..1c1dde188f26c0298b76e6d1ba238c9d81a62bfb 100644 (file)
@@ -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