]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/htmlutil.cpp
Don't hide the last TLW immediately as this
[wxWidgets.git] / utils / tex2rtf / src / htmlutil.cpp
index a04e88baa77534ad039f3173ff82dc56fa0ee079..365de6219e2409c307e4d03cbeb130e4a785fe0b 100644 (file)
@@ -1184,7 +1184,7 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
   {
     if (start)
     {
-      if (inVerbatim)
+      if (TRUE) // (inVerbatim)
         TexOutput(_T("~"));
       else
         TexOutput(_T(" "));