fixed handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -161,7 +161,7 @@ protected:
|
||||
virtual void AddText(const wxChar* txt);
|
||||
|
||||
private:
|
||||
void FlushWordBuf(wxChar *temp, int& templen);
|
||||
void FlushWordBuf(wxChar *temp, int& templen, wxChar nbsp);
|
||||
void AddWord(wxHtmlWordCell *c);
|
||||
void AddWord(const wxString& word);
|
||||
void AddPreBlock(const wxString& text);
|
||||
|
Reference in New Issue
Block a user