]> git.lyx.org Git - lyx.git/commitdiff
Sort table.
authorRichard Heck <rgheck@comcast.net>
Fri, 22 Feb 2008 16:12:36 +0000 (16:12 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 22 Feb 2008 16:12:36 +0000 (16:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23134 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetExternal.cpp

index a532a267a9f2d4541e7b16cc36fcd7586cb4b642..102fb5398d0f38a320e900dc9048cecbce50b8a2 100644 (file)
@@ -268,9 +268,9 @@ bool InsetExternalParams::read(Buffer const & buffer, Lexer & lex)
                { "clip",            EX_CLIP },
                { "display",         EX_DISPLAY},
                { "draft",           EX_DRAFT},
+               { "embed",           EX_EMBED},
                { "extra",           EX_EXTRA },
                { "filename",        EX_FILENAME},
-               { "embed",           EX_EMBED},
                { "height",          EX_HEIGHT },
                { "keepAspectRatio", EX_KEEPASPECTRATIO },
                { "lyxscale",        EX_LYXSCALE},