commit c9ea13ee992a6cc89c7d6065bcebff757d8ddb27
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Jun 2 12:06:01 2013 +0200

    Bump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614

diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py
index a3d4c43..1bbe22e 100644
--- a/lib/scripts/prefs2prefs_prefs.py
+++ b/lib/scripts/prefs2prefs_prefs.py
@@ -60,6 +60,10 @@
 # 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.
+
 import re
 
 ###########################################################
@@ -319,5 +323,6 @@ conversions = [
        [ 10, []],
        [ 11, [split_pdf_format]],
        [ 12, []],
-       [ 13, [mac_cursor_movement]]
+       [ 13, [mac_cursor_movement]],
+       [ 14, []]
 ]
diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index a794989..c0a6467 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -55,7 +55,7 @@ namespace os = support::os;
 
 namespace {
 
-static unsigned int const LYXRC_FILEFORMAT = 13; // vfr: System theme's icons
+static unsigned int const LYXRC_FILEFORMAT = 14; // spitz: 
default_otf_view_format
 
 // when adding something to this array keep it sorted!
 LexerKeyword lyxrcTags[] = {

Reply via email to