I've never done this before. Is this correct? Am I right that prefs2prefs is optional when adding a new preference?
Scott
From f6ebf3ef3d30e6dc7f3d08cee3b7d482a76feb23 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak <skost...@lyx.org> Date: Fri, 14 Mar 2014 16:12:55 -0400 Subject: [PATCH] Bump RC format for commit 214f7ed2 prefs2prefs is not necessary. --- src/LyXRC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 07ffef1..0057787 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -55,7 +55,7 @@ namespace os = support::os; namespace { -static unsigned int const LYXRC_FILEFORMAT = 14; // spitz: default_otf_view_format +static unsigned int const LYXRC_FILEFORMAT = 15; // prannoy: statusbar on/off in full screen // when adding something to this array keep it sorted! LexerKeyword lyxrcTags[] = { -- 1.8.3.2