X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dd10327d227f81da68fea2bf5450364b3f74c63..5f4d18209157a5ce671f101ec25734ac075a79f9:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 8aa759e376..ce2341c36f 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -862,10 +862,10 @@ public: protected: wxButton *m_buttonAffirmative; // wxID_OK, wxID_YES, wxID_SAVE go here - wxButton *m_buttonApply; + wxButton *m_buttonApply; // wxID_APPLY wxButton *m_buttonNegative; // wxID_NO - wxButton *m_buttonCancel; - wxButton *m_buttonHelp; + wxButton *m_buttonCancel; // wxID_CANCEL, wxID_CLOSE + wxButton *m_buttonHelp; // wxID_HELP, wxID_CONTEXT_HELP private: DECLARE_CLASS(wxStdDialogButtonSizer)