commit 94f6bf3367df7ac93e9432f27a8f61e357309bd5
Author: Uwe Stöhr <[email protected]>
Date: Sun May 10 01:35:55 2015 +0200
lyx_2_2.py: fix a typo
diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py
index 351ad12..68545dd 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]],