X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Fprefs2prefs_prefs.py;h=6bbb8ac0bc5471b74d3c5ec2c5f9cc9ced2826c4;hb=92c4bb46828941a36cb464bb2202607fe2abb934;hp=a3665b634e0b833f7060a2085907f2cd4f2017ac;hpb=c476c3766cf74b3c95ca91f2fb0a0fd7f5df1110;p=lyx.git diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index a3665b634e..6bbb8ac0bc 100644 --- a/lib/scripts/prefs2prefs_prefs.py +++ b/lib/scripts/prefs2prefs_prefs.py @@ -121,6 +121,14 @@ # 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, []] ]