From cd05753107b8d4b94a2ec59babec630c52dcc543 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 22 May 2012 08:58:40 -0400 Subject: [PATCH] Forgot to change format in LyXRC.cpp. --- src/LyXRC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index a07c8e6d80..e2083ef6e3 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -55,7 +55,7 @@ namespace os = support::os; namespace { -static unsigned int const LYXRC_FILEFORMAT = 7; // gb: add mime types +static unsigned int const LYXRC_FILEFORMAT = 8; // rgh: add "nice" flag // when adding something to this array keep it sorted! LexerKeyword lyxrcTags[] = { -- 2.39.2