]> git.lyx.org Git - lyx.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Mon, 2 Jun 2008 23:24:04 +0000 (23:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 2 Jun 2008 23:24:04 +0000 (23:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25086 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index de8eee75e45839258bdfedb6711778db8967770e..d2a9ac6196eee973b9403778fc46ec402567c3e5 100644 (file)
@@ -1363,7 +1363,7 @@ def convert_framed_notes(document):
         subst = [document.body[i].replace("\\begin_inset Note", "\\begin_inset Box"),
                  'position "t"',
                  'hor_pos "c"',
-                 'has_inner_box 0'
+                 'has_inner_box 0',
                  'inner_pos "t"', 
                  'use_parbox 0',
                  'width "100col%"',