]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
whitespace.
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index 26606750cdaeefbb0107c0946cfa3dc3c8a1a5c2..ff3183696f7bcb422d948bb3eb1296ccee48159f 100644 (file)
 #   Add option to allow saving the document directory
 #   No conversion necessary.
 
+# Incremented to format 19, by rgh
+#   remove print support
+
+# Incremented to format 20, by tommaso
+#   Add options to forbid/ignore 'needauth' option
+#   No conversion necessary.
+
 # NOTE: The format should also be updated in LYXRC.cpp and
 # in configure.py.
 
@@ -372,5 +379,6 @@ conversions = [
        [ 16, [remove_force_paint_single_char]],
        [ 17, [remove_rtl]],
        [ 18, []],
-       [ 19, [remove_print_support]]
+       [ 19, [remove_print_support]],
+       [ 20, []]
 ]