fix for a typo (== instead of =)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-28 17:57:57 +00:00
parent a664d17e06
commit 5a7fa9ed3b

View File

@ -423,7 +423,7 @@ wxHtmlImageCell::wxHtmlImageCell(wxWindow *window, wxFSFile *input,
}
if ( readImg )
#endif
#endif // wxUSE_GIF && wxUSE_TIMER
{
SetImage(wxImage(*s, wxBITMAP_TYPE_ANY));
}
@ -433,7 +433,8 @@ wxHtmlImageCell::wxHtmlImageCell(wxWindow *window, wxFSFile *input,
{
if ( m_bmpW == -1 && m_bmpH == -1 )
{
m_bmpW == 29, m_bmpH = 31;
m_bmpW = 29;
m_bmpH = 31;
}
else
{