]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
#7894 explain the status column of mac bindings
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index c7a5369741b9f161e54a17e5175779c7039a8574..5ce10511bce434564cb85dde500db2c19ccb39e9 100644 (file)
 # Incremented to format 4, r40028 by vfr
 #   Remove support for default paper size.
 
+# Incremented to format 5, r40030 by vfr
+#   Add a default length unit.
+#   No conversion necessary.
+
+
 import re
 
 
@@ -141,4 +146,5 @@ conversions = [
        [  2, []],
        [  3, [ zipped_native ]],
        [  4, [ remove_default_papersize ]],
+       [  5, []],
 ]