]> git.lyx.org Git - features.git/commitdiff
Do not output a warning about missing the width of a nomencl_print. The width will...
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 24 Feb 2010 18:14:23 +0000 (18:14 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 24 Feb 2010 18:14:23 +0000 (18:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33559 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 1d8e8d2bf06eba8f083f449230729630f2a95f34..8ad26ef9388cee2f864d563358fbdcd9607841a1 100644 (file)
@@ -767,7 +767,7 @@ def revert_nomencl_cwidth(document):
       j = find_end_of_inset(document.body, i)
       l = find_token(document.body, "width", i, j)
       if l == -1:
-            document.warning("Can't find width option for nomencl_print!")
+            #Can't find width option for nomencl_print
             i = j
             continue
       width = get_value(document.body, "width", i, j).strip('"')