]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
Amend bd6d09fc
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index a3665b634e0b833f7060a2085907f2cd4f2017ac..6bbb8ac0bc5471b74d3c5ec2c5f9cc9ced2826c4 100644 (file)
 #   Add respect_os_kbd_language.
 #   No convergence necessary.
 
+# Incremented to format 31, by spitz
+#   Add ct_additions_underlined.
+#   No convergence necessary.
+
+# Incremented to format 32, by spitz
+#   Add ct_markup_copied.
+#   No convergence necessary.
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -469,5 +477,7 @@ conversions = [
        [ 27, []],
        [ 28, [remove_date_insert_format]],
        [ 29, [remove_use_pixmap_cache]],
-       [ 30, []]
+       [ 30, []],
+       [ 31, []],
+       [ 32, []]
 ]