]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.cpp
Stupid bug fix.
[lyx.git] / src / insets / ExternalTemplate.cpp
index 600969dc456441d4913f0d62e9f5c0e37de02970..7a3b6beb6c51596ff09b8b8f93dfbef3365fffad 100644 (file)
@@ -318,12 +318,12 @@ void Template::readTemplate(Lexer & lex)
 
        LexerKeyword templateoptiontags[] = {
                { "automaticproduction", TO_AUTOMATIC },
-               { "preview", TO_PREVIEW },
                { "filefilter", TO_FILTER },
                { "format", TO_FORMAT },
                { "guiname", TO_GUINAME },
                { "helptext", TO_HELPTEXT },
                { "inputformat", TO_INPUTFORMAT },
+               { "preview", TO_PREVIEW },
                { "templateend", TO_END },
                { "transform", TO_TRANSFORM }
        };