From: Abdelrazak Younes Date: Sun, 18 Dec 2011 11:51:26 +0000 (+0000) Subject: increment lyxrc version following r40515. X-Git-Tag: 2.1.0beta1~2185 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7f14df4af48bd887462b85f53b1395b1ec158316;p=lyx.git increment lyxrc version following r40515. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40516 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index 5ce10511bc..85a0fe697d 100644 --- a/lib/scripts/prefs2prefs_prefs.py +++ b/lib/scripts/prefs2prefs_prefs.py @@ -32,6 +32,9 @@ # Add a default length unit. # No conversion necessary. +# Incremented to format 6, r40515 by younes +# Add use_qimage option. +# No conversion necessary. import re @@ -147,4 +150,5 @@ conversions = [ [ 3, [ zipped_native ]], [ 4, [ remove_default_papersize ]], [ 5, []], + [ 6, []], ] diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 4a06584632..3aacf9638f 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -55,7 +55,7 @@ namespace os = support::os; namespace { -static unsigned int const LYXRC_FILEFORMAT = 5; // vfr: add default length unit +static unsigned int const LYXRC_FILEFORMAT = 6; // younes: add use_qimage option // when adding something to this array keep it sorted! LexerKeyword lyxrcTags[] = {