mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Bump RC format for commit 260a98d2
This commit is contained in:
parent
260a98d295
commit
c2a18fc142
@ -1491,7 +1491,7 @@ if __name__ == '__main__':
|
||||
lyx_check_config = True
|
||||
lyx_kpsewhich = True
|
||||
outfile = 'lyxrc.defaults'
|
||||
lyxrc_fileformat = 17
|
||||
lyxrc_fileformat = 18
|
||||
rc_entries = ''
|
||||
lyx_keep_temps = False
|
||||
version_suffix = ''
|
||||
|
@ -73,6 +73,10 @@
|
||||
# Incremented to format 17, by lasgouttes
|
||||
# Remove rtl_support rc.
|
||||
|
||||
# Incremented to format 18, by ef
|
||||
# Add option to allow saving the document directory
|
||||
# No conversion necessary.
|
||||
|
||||
# NOTE: The format should also be updated in LYXRC.cpp and
|
||||
# in configure.py.
|
||||
|
||||
@ -355,5 +359,6 @@ conversions = [
|
||||
[ 14, []],
|
||||
[ 15, []],
|
||||
[ 16, [remove_force_paint_single_char]],
|
||||
[ 17, [remove_rtl]]
|
||||
[ 17, [remove_rtl]],
|
||||
[ 18, []]
|
||||
]
|
||||
|
@ -58,7 +58,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 = 17; // lasgouttes: remove \\rtl
|
||||
static unsigned int const LYXRC_FILEFORMAT = 18; // ef: save_origin
|
||||
|
||||
// when adding something to this array keep it sorted!
|
||||
LexerKeyword lyxrcTags[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user