]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/winpars.cpp
added possibility to throw different objects and crash directly from the main frame...
[wxWidgets.git] / src / html / winpars.cpp
index 5e723b76db96054de3e0aaa6d9a47176d1b86296..0dbab9d1f9db9cccf65f5e07f37d80e5bdf142a4 100644 (file)
@@ -193,7 +193,7 @@ void wxHtmlWinParser::InitParser(const wxString& source)
                  */
 
     m_UseLink = false;
-    m_Link = wxHtmlLinkInfo( wxT(""), wxT("") );
+    m_Link = wxHtmlLinkInfo( wxEmptyString );
     m_LinkColor.Set(0, 0, 0xFF);
     m_ActualColor.Set(0, 0, 0);
     m_Align = wxHTML_ALIGN_LEFT;