diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index a532a267a9..102fb5398d 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -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},