wxwidgets/samples/webrequest
Vadim Zeitlin f89781bfdd Simplify status bar updates in the webrequest sample
Use wxLogStatus() to update the status bar, this is shorter and simpler
than using GetStatusBar()->SetStatusText(wxString::Format(...)).

Also use wxFrame::SetStatusText() which forwards to wxStatusBar method
with the same name when we want to just clear the status bar.

No real changes.
2021-01-04 02:13:53 +01:00
..
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc
webrequest.bkl
webrequest.cpp Simplify status bar updates in the webrequest sample 2021-01-04 02:13:53 +01:00
webrequest_vc7.vcproj
webrequest_vc8.vcproj
webrequest_vc9.vcproj