mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Adding preferences format update as due to commit 4985015
(new close_buffer_with_last_view option).
This commit is contained in:
parent
4180dc9489
commit
ad827243fc
@ -46,6 +46,10 @@
|
||||
# Incremented to format 9, a18af620 by spitz
|
||||
# Remove default_language rc.
|
||||
|
||||
# Incremented to format 10, 4985015 by tommaso
|
||||
# Add close_buffer_with_last_view in preferences.
|
||||
# No conversion necessary.
|
||||
|
||||
import re
|
||||
|
||||
###########################################################
|
||||
@ -257,5 +261,6 @@ conversions = [
|
||||
[ 6, []],
|
||||
[ 7, [add_mime_types]],
|
||||
[ 8, []],
|
||||
[ 9, [ remove_default_language ]]
|
||||
[ 9, [ remove_default_language ]],
|
||||
[ 10, []]
|
||||
]
|
||||
|
@ -55,7 +55,7 @@ namespace os = support::os;
|
||||
|
||||
namespace {
|
||||
|
||||
static unsigned int const LYXRC_FILEFORMAT = 9; // spitz: remove \\default_language
|
||||
static unsigned int const LYXRC_FILEFORMAT = 10; // tommaso: new prefs option: close_buffer_with_last_view
|
||||
|
||||
// when adding something to this array keep it sorted!
|
||||
LexerKeyword lyxrcTags[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user