Correct define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,7 @@ wxInfoFrame::wxInfoFrame(wxWindow *parent, const wxString& message)
|
|||||||
| wxFRAME_TOOL_WINDOW | wxSTAY_ON_TOP)
|
| wxFRAME_TOOL_WINDOW | wxSTAY_ON_TOP)
|
||||||
{
|
{
|
||||||
wxPanel *panel = new wxPanel( this );
|
wxPanel *panel = new wxPanel( this );
|
||||||
#if __WXGTK__
|
#ifdef __WXGTK__
|
||||||
wxGenericStaticText *text = new wxGenericStaticText(panel, wxID_ANY, message);
|
wxGenericStaticText *text = new wxGenericStaticText(panel, wxID_ANY, message);
|
||||||
#else
|
#else
|
||||||
wxStaticText *text = new wxStaticText(panel, wxID_ANY, message);
|
wxStaticText *text = new wxStaticText(panel, wxID_ANY, message);
|
||||||
|
Reference in New Issue
Block a user