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. |
||
|---|---|---|
| .. | ||
| makefile.bcc | ||
| makefile.gcc | ||
| Makefile.in | ||
| makefile.unx | ||
| makefile.vc | ||
| webrequest.bkl | ||
| webrequest.cpp | ||
| webrequest_vc7.vcproj | ||
| webrequest_vc8.vcproj | ||
| webrequest_vc9.vcproj | ||