wxUSE_STATLINE fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4e75b65f7c
commit
83f98b0d1d
@ -171,7 +171,9 @@
|
||||
|
||||
topsizer -> Add(html, 1, wxALL, 10);
|
||||
|
||||
#if wxUSE_STATLINE
|
||||
topsizer -> Add(new wxStaticLine(&dlg, wxID_ANY), 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
|
||||
#endif // wxUSE_STATLINE
|
||||
|
||||
wxButton *bu1 = new wxButton(&dlg, wxID_OK, _("OK"));
|
||||
bu1 -> SetDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user