From: Juergen Spitzmueller Date: Fri, 27 Dec 2019 10:06:11 +0000 (+0100) Subject: Increase lyxrc format X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ca08982e0ca62a2e95dd96ca51df0100255cbbdc;p=features.git Increase lyxrc format --- diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 5bf59e83fd..7b7b262710 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -61,7 +61,7 @@ namespace { // The format should also be updated in configure.py, and conversion code // should be added to prefs2prefs_prefs.py. -static unsigned int const LYXRC_FILEFORMAT = 30; // lasgouttes: add \respect_os_kbd_language +static unsigned int const LYXRC_FILEFORMAT = 31; // lasgouttes: add \ct_additions_underlined // when adding something to this array keep it sorted! LexerKeyword lyxrcTags[] = { { "\\accept_compound", LyXRC::RC_ACCEPT_COMPOUND },