no real change; just add the standard separator where it's missing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-04-21 00:05:14 +00:00
parent 155032f9dc
commit 9b49405777
2 changed files with 8 additions and 0 deletions

View File

@ -969,6 +969,10 @@ private:
#endif // wxUSE_STATBOX
//---------------------------------------------------------------------------
// wxStdDialogButtonSizer
//---------------------------------------------------------------------------
#if wxUSE_BUTTON
class WXDLLIMPEXP_CORE wxStdDialogButtonSizer: public wxBoxSizer

View File

@ -2212,6 +2212,10 @@ bool wxStaticBoxSizer::Detach( wxWindow *window )
#endif // wxUSE_STATBOX
//---------------------------------------------------------------------------
// wxStdDialogButtonSizer
//---------------------------------------------------------------------------
#if wxUSE_BUTTON
wxStdDialogButtonSizer::wxStdDialogButtonSizer()