]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefs2prefs_prefs.py
* layouttranslations.review - review of all langs.
[lyx.git] / lib / scripts / prefs2prefs_prefs.py
index a3d4c432d98c210430b3b20b9023eb40e3ba3a1e..66423ae2714aa7073c7ded7916cbe9f1e668aaa0 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # file prefs2prefs-prefs.py
 # Incremented to format 13, by bh
 #   Rename mac_like_word_movement to mac_like_cursor_movement
 
+# Incremented to format 14, by spitz
+#   New RC default_otf_view_format
+#   No conversion necessary.
+
+# NOTE: The format should also be updated in LYXRC.cpp and
+# in configure.py.
+
 import re
 
 ###########################################################
@@ -319,5 +325,7 @@ conversions = [
        [ 10, []],
        [ 11, [split_pdf_format]],
        [ 12, []],
-       [ 13, [mac_cursor_movement]]
+       [ 13, [mac_cursor_movement]],
+       [ 14, []],
+       [ 15, []]
 ]