]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
Use footnotehyper rather than footnote if hyperref is used
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index 6007a95cc3535f44453a32f6df976696b7e14109..8ea20723ab5286bf63106cc7def69d7fd0900c3b 100644 (file)
 # Incremented to format 26, by spitz
 #   Rename font_encoding preference
 
+# Incremented to format 27, by spitz
+#   Add optional flavor value to needaux flag
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -442,5 +445,6 @@ conversions = [
        [ 23, []],
        [ 24, [rename_collapsible]],
        [ 25, [remove_use_qimage]],
-       [ 26, [remove_font_encoding]]
+       [ 26, [remove_font_encoding]],
+       [ 27, []]
 ]