]> git.lyx.org Git - features.git/commitdiff
Increase lyxrc format
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 27 Dec 2019 10:06:11 +0000 (11:06 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 27 Dec 2019 10:06:11 +0000 (11:06 +0100)
src/LyXRC.cpp

index 5bf59e83fddb30357eb36735ef6d1febe1f0e046..7b7b2627102dbab9c5b562e83d8a168731ac3cc5 100644 (file)
@@ -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 },