]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/winpars.cpp
Applied patch [ 573644 ] wxDisplay for Mac (again)
[wxWidgets.git] / src / html / winpars.cpp
index 877341fc05cc57c89510d5d164dac2e75df3a7c0..4c6943463a7ca3d311cec670d11811ecf324dff9 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "winpars.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -249,7 +249,9 @@ void wxHtmlWinParser::AddText(const wxChar* txt)
         {
             temp[templen-1] = wxT(' ');
             temp[templen] = 0;
+#if 0 // VS - WHY was this here?!
             if (templen == 1) continue;
+#endif
             templen = 0;
             if (m_EncConv)
                 m_EncConv->Convert(temp);