]> git.lyx.org Git - features.git/commitdiff
lyx_2_0.py: re-add comment
authorUwe Stöhr <uwestoehr@web.de>
Tue, 21 Jul 2009 13:19:51 +0000 (13:19 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 21 Jul 2009 13:19:51 +0000 (13:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index cbc430660507549594064a3d14aef1ffa819b54e..5a946be30393f26bc424928c39cf1ce059f77ced 100644 (file)
@@ -1076,7 +1076,7 @@ def revert_hspace_glue_lengths(document):
       # latex_length returns "bool,length"
       m = length.find(",")
       length = length[m+1:]
-      document.warning("length: " + length)
+      # revert the HSpace inset to ERT
       # allow leading -
       if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1):
           if star == True: