From c9ea13ee992a6cc89c7d6065bcebff757d8ddb27 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 2 Jun 2013 12:06:01 +0200 Subject: [PATCH] Bump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614 --- lib/scripts/prefs2prefs_prefs.py | 7 ++++++- src/LyXRC.cpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index a3d4c432d9..1bbe22e85e 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 a794989d5b..c0a64679cf 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[] = {