]> 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 b2f04852eda47a2549eabb501c302e7b6191c919..66423ae2714aa7073c7ded7916cbe9f1e668aaa0 100644 (file)
@@ -63,6 +63,9 @@
 #   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
 
 ###########################################################
@@ -323,5 +326,6 @@ conversions = [
        [ 11, [split_pdf_format]],
        [ 12, []],
        [ 13, [mac_cursor_movement]],
-       [ 14, []]
+       [ 14, []],
+       [ 15, []]
 ]