mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
We never use numbers here, but others might.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37437 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
636440b8a8
commit
82b9adcea2
@ -306,7 +306,7 @@ def convert(lines):
|
||||
val = match.group(2)
|
||||
lines[i] = space + "UsesFloatPkg " + val
|
||||
newval = 'true'
|
||||
if val.lower() == 'true':
|
||||
if val == '1' or val.lower() == 'true':
|
||||
newval = 'false'
|
||||
lines.insert(i, space + "IsPredefined " + newval)
|
||||
i += 1
|
||||
|
Loading…
Reference in New Issue
Block a user