X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21977bac1ae09f726d1437b1b7092ae5b3f99119..050e7ed73b61d8503656297fc12799ffd0f5bbfe:/src/generic/busyinfo.cpp diff --git a/src/generic/busyinfo.cpp b/src/generic/busyinfo.cpp index ce2e3a45d0..884318fbe7 100644 --- a/src/generic/busyinfo.cpp +++ b/src/generic/busyinfo.cpp @@ -25,9 +25,13 @@ wxInfoFrame::wxInfoFrame(wxWindow *parent, const wxString& message) - : wxFrame(parent, -1, wxT(""), + : wxFrame(parent, -1, wxT("Busy"), wxDefaultPosition, wxDefaultSize, +#if defined(__WXX11__) + wxTHICK_FRAME | wxFRAME_TOOL_WINDOW) +#else wxSIMPLE_BORDER | wxFRAME_TOOL_WINDOW) +#endif { wxPanel *panel = new wxPanel( this ); wxStaticText *text = new wxStaticText(panel, -1, message);