More common code moved from generic dialogs to wxDialogBase::CreateButtonSizer(). New system option 'wince.dialog.real-ok-cancel'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1381,7 +1381,11 @@ SettingsDialog::SettingsDialog(wxWindow* win)
|
||||
|wxRESIZE_BORDER
|
||||
#endif
|
||||
);
|
||||
CreateButtons(wxOK|wxCANCEL|wxHELP);
|
||||
CreateButtons(wxOK|wxCANCEL
|
||||
#ifndef __POCKETPC__
|
||||
|wxHELP
|
||||
#endif
|
||||
);
|
||||
|
||||
wxBookCtrlBase* notebook = GetBookCtrl();
|
||||
|
||||
|
Reference in New Issue
Block a user