Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1699,6 +1699,7 @@ void wxStdDialogButtonSizer::AddButton(wxButton *mybutton)
|
||||
m_buttonCancel = mybutton;
|
||||
break;
|
||||
case wxID_HELP:
|
||||
case wxID_CONTEXT_HELP:
|
||||
m_buttonHelp = mybutton;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user