X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Fprefs2prefs_prefs.py;h=6bbb8ac0bc5471b74d3c5ec2c5f9cc9ced2826c4;hb=92c4bb46828941a36cb464bb2202607fe2abb934;hp=1eac80cde351c92949c523b9cb7f8835bc6165c9;hpb=8e62dcc20fc226deb7fb48a9934391d2f9a0c712;p=lyx.git diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index 1eac80cde3..6bbb8ac0bc 100644 --- a/lib/scripts/prefs2prefs_prefs.py +++ b/lib/scripts/prefs2prefs_prefs.py @@ -125,6 +125,10 @@ # 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. @@ -474,5 +478,6 @@ conversions = [ [ 28, [remove_date_insert_format]], [ 29, [remove_use_pixmap_cache]], [ 30, []], - [ 31, []] + [ 31, []], + [ 32, []] ]