From: Uwe Stöhr Date: Sat, 9 May 2015 23:35:55 +0000 (+0200) Subject: lyx_2_2.py: fix a typo X-Git-Tag: 2.2.0alpha1~872 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=94f6bf3367df7ac93e9432f27a8f61e357309bd5;p=lyx.git lyx_2_2.py: fix a typo --- diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 351ad127cd..68545dd63b 100644 --- a/lib/lyx2lyx/lyx_2_2.py +++ b/lib/lyx2lyx/lyx_2_2.py @@ -982,7 +982,7 @@ convert = [ ] revert = [ - [486, [revert_newgloss, revert_glossgroup]], + [487, [revert_newgloss, revert_glossgroup]], [486, [revert_forest]], [485, [revert_ex_itemargs]], [484, [revert_sigplan_doi]],